Html Css Color HEX #3B1929 Blackberry

📋 copy color: '#3B1929'

red 59 ◦ green 25 ◦ blue 41

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

Shades of Blackberry #3B1929

Tints of Blackberry #3B1929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 47.2%
G = 20%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#3B1929 (or 0x3B1929) is known color: Blackberry. HEX triplet: 3B, 19 and 29. RGB value is (59,25,41). Sum of RGB (Red+Green+Blue) = 59+25+41=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1929 is #C4E6D6. Grayscale: #242424. Windows color (decimal): -12904151 or 2693435. OLE color: 2693435.

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

Color convert

RGB 59 25 41 -
CMYK 0 0.58 0.31 0.77
HSL 331.76º 0.4% 0.16% -
HSV(B) 331.76º 0.58% 0.23% -
XYZ 2.55 1.79 2.31 -
YUV 36.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 59 25 41 0 0.58 0.31 0.77 331.76 0.4 0.16
Hex 3B 19 29 0 3A 1F 4D 14C 28 10
Octal 73 31 51 0 72 37 115 514 50 20
Binary 111011 11001 101001 0 111010 11111 1001101 101001100 101000 10000

Color Harmonies of #3B1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1929

Black with #3B1929

Text Example


Text Example

White with #3B1929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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