Html Css Color HEX #1B0712 Blackberry

📋 copy color: '#1B0712'

red 27 ◦ green 7 ◦ blue 18

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

Shades of Blackberry #1B0712

Tints of Blackberry #1B0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.46%

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

R = 51.92%
G = 13.46%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#1B0712 (or 0x1B0712) is known color: Blackberry. HEX triplet: 1B, 07 and 12. RGB value is (27,7,18). Sum of RGB (Red+Green+Blue) = 27+7+18=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0712 is #E4F8ED. Grayscale: #0E0E0E. Windows color (decimal): -15005934 or 1181467. OLE color: 1181467.

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

Color convert

RGB 27 7 18 -
CMYK 0 0.74 0.33 0.89
HSL 327º 0.59% 0.07% -
HSV(B) 327º 0.74% 0.11% -
XYZ 0.64 0.43 0.62 -
YUV 14.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 27 7 18 0 0.74 0.33 0.89 327 0.59 0.07
Hex 1B 7 12 0 4A 21 59 147 3B 7
Octal 33 7 22 0 112 41 131 507 73 7
Binary 11011 111 10010 0 1001010 100001 1011001 101000111 111011 111

Color Harmonies of #1B0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0712

Black with #1B0712

Text Example


Text Example

White with #1B0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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