Html Css Color HEX #3B0319 Blackberry

📋 copy color: '#3B0319'

red 59 ◦ green 3 ◦ blue 25

#3B0319
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #3B0319

Tints of Blackberry #3B0319

RGB

 RED value IS 59 (23.44% from 255) = 67.82%

 GREEN value IS 3 (1.56% from 255) = 3.45%

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 67.82%
G = 3.45%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3B0319 (or 0x3B0319) is known color: Blackberry. HEX triplet: 3B, 03 and 19. RGB value is (59,3,25). Sum of RGB (Red+Green+Blue) = 59+3+25=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0319 is #C4FCE6. Grayscale: #161616. Windows color (decimal): -12909799 or 1639227. OLE color: 1639227.

HSL color Cylindrical-coordinate representation of color #3B0319: hue angle of 336.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0319 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 3 25 -
CMYK 0 0.95 0.58 0.77
HSL 336.43º 0.9% 0.12% -
HSV(B) 336.43º 0.95% 0.23% -
XYZ 2.01 1.07 1.02 -
YUV 22.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 59 3 25 0 0.95 0.58 0.77 336.43 0.9 0.12
Hex 3B 3 19 0 5F 3A 4D 150 5A C
Octal 73 3 31 0 137 72 115 520 132 14
Binary 111011 11 11001 0 1011111 111010 1001101 101010000 1011010 1100

Color Harmonies of #3B0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0319

Black with #3B0319

Text Example


Text Example

White with #3B0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B0319; }

 p { color: rgb(59,3,25); }

 H1.HeaderClassName
 {
   color: #3B0319;
 }
 .AnyTagClassName
 {
   color: #3B0319;
 }
</style>

background-color css

<style>
 a { background-color: #3B0319; }

 a { background-color: rgb(59,3,25); }

 div.DivClassName
 {
   background-color: #3B0319;
 }
 .BgClassName
 {
   background-color: #3B0319;
 }
</style>

border-color css

<style>
 span { border-color: #3B0319; }

 span { border-color: rgb(59,3,25); }

 td.TdClassName
 {
   border-color: #3B0319;
 }
 .TagClassName
 {
   border-color: #3B0319;
 }
</style>