Html Css Color HEX #3B0329 Blackberry

📋 copy color: '#3B0329'

red 59 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #3B0329

Tints of Blackberry #3B0329

RGB

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

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

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

R = 57.28%
G = 2.91%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#3B0329 (or 0x3B0329) is known color: Blackberry. HEX triplet: 3B, 03 and 29. RGB value is (59,3,41). Sum of RGB (Red+Green+Blue) = 59+3+41=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0329 is #C4FCD6. Grayscale: #171717. Windows color (decimal): -12909783 or 2687803. OLE color: 2687803.

HSL color Cylindrical-coordinate representation of color #3B0329: hue angle of 319.29º 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 #3B0329 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 3 41 -
CMYK 0 0.95 0.31 0.77
HSL 319.29º 0.9% 0.12% -
HSV(B) 319.29º 0.95% 0.23% -
XYZ 2.24 1.16 2.2 -
YUV 24.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 59 3 41 0 0.95 0.31 0.77 319.29 0.9 0.12
Hex 3B 3 29 0 5F 1F 4D 13F 5A C
Octal 73 3 51 0 137 37 115 477 132 14
Binary 111011 11 101001 0 1011111 11111 1001101 100111111 1011010 1100

Color Harmonies of #3B0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0329

Black with #3B0329

Text Example


Text Example

White with #3B0329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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