Html Css Color HEX #1B0612 Blackberry

📋 copy color: '#1B0612'

red 27 ◦ green 6 ◦ blue 18

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

Shades of Blackberry #1B0612

Tints of Blackberry #1B0612

RGB

 RED value IS 27 (10.94% from 255) = 52.94%

 GREEN value IS 6 (2.73% from 255) = 11.76%

 BLUE value IS 18 (7.42% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#1B0612 (or 0x1B0612) is known color: Blackberry. HEX triplet: 1B, 06 and 12. RGB value is (27,6,18). Sum of RGB (Red+Green+Blue) = 27+6+18=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0612 is #E4F9ED. Grayscale: #0D0D0D. Windows color (decimal): -15006190 or 1181211. OLE color: 1181211.

HSL color Cylindrical-coordinate representation of color #1B0612: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B0612 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 6 18 -
CMYK 0 0.78 0.33 0.89
HSL 325.71º 0.64% 0.06% -
HSV(B) 325.71º 0.78% 0.11% -
XYZ 0.63 0.41 0.62 -
YUV 13.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 27 6 18 0 0.78 0.33 0.89 325.71 0.64 0.06
Hex 1B 6 12 0 4E 21 59 146 40 6
Octal 33 6 22 0 116 41 131 506 100 6
Binary 11011 110 10010 0 1001110 100001 1011001 101000110 1000000 110

Color Harmonies of #1B0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0612

Black with #1B0612

Text Example


Text Example

White with #1B0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0612; }

 p { color: rgb(27,6,18); }

 H1.HeaderClassName
 {
   color: #1B0612;
 }
 .AnyTagClassName
 {
   color: #1B0612;
 }
</style>

background-color css

<style>
 a { background-color: #1B0612; }

 a { background-color: rgb(27,6,18); }

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

border-color css

<style>
 span { border-color: #1B0612; }

 span { border-color: rgb(27,6,18); }

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