Html Css Color HEX #3B1329 Blackberry

📋 copy color: '#3B1329'

red 59 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #3B1329

Tints of Blackberry #3B1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 49.58%
G = 15.97%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#3B1329 (or 0x3B1329) is known color: Blackberry. HEX triplet: 3B, 13 and 29. RGB value is (59,19,41). Sum of RGB (Red+Green+Blue) = 59+19+41=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1329 is #C4ECD6. Grayscale: #212121. Windows color (decimal): -12905687 or 2691899. OLE color: 2691899.

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

Color convert

RGB 59 19 41 -
CMYK 0 0.68 0.31 0.77
HSL 327º 0.51% 0.15% -
HSV(B) 327º 0.68% 0.23% -
XYZ 2.44 1.56 2.27 -
YUV 33.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 59 19 41 0 0.68 0.31 0.77 327 0.51 0.15
Hex 3B 13 29 0 44 1F 4D 147 33 F
Octal 73 23 51 0 104 37 115 507 63 17
Binary 111011 10011 101001 0 1000100 11111 1001101 101000111 110011 1111

Color Harmonies of #3B1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1329

Black with #3B1329

Text Example


Text Example

White with #3B1329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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