Html Css Color HEX #3B0017 Blackberry

📋 copy color: '#3B0017'

red 59 ◦ green 0 ◦ blue 23

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

Shades of Blackberry #3B0017

Tints of Blackberry #3B0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 28.05%

R = 71.95%
G = 0%
B = 28.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B0017 (or 0x3B0017) is known color: Blackberry. HEX triplet: 3B, 00 and 17. RGB value is (59,0,23). Sum of RGB (Red+Green+Blue) = 59+0+23=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0017 is #C4FFE8. Grayscale: #141414. Windows color (decimal): -12910569 or 1507387. OLE color: 1507387.

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

Color convert

RGB 59 0 23 -
CMYK 0 1 0.61 0.77
HSL 336.61º 1% 0.12% -
HSV(B) 336.61º 1% 0.23% -
XYZ 1.96 0.99 0.9 -
YUV 20.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 59 0 23 0 1 0.61 0.77 336.61 1 0.12
Hex 3B 0 17 0 64 3D 4D 151 64 C
Octal 73 0 27 0 144 75 115 521 144 14
Binary 111011 0 10111 0 1100100 111101 1001101 101010001 1100100 1100

Color Harmonies of #3B0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0017

Black with #3B0017

Text Example


Text Example

White with #3B0017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,0,23); }

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

background-color css

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

 a { background-color: rgb(59,0,23); }

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

border-color css

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

 span { border-color: rgb(59,0,23); }

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