Html Css Color HEX #1B0F15 Blackberry

📋 copy color: '#1B0F15'

red 27 ◦ green 15 ◦ blue 21

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

Shades of Blackberry #1B0F15

Tints of Blackberry #1B0F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 21 (8.59% from 255) = 33.33%

R = 42.86%
G = 23.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B0F15 (or 0x1B0F15) is known color: Blackberry. HEX triplet: 1B, 0F and 15. RGB value is (27,15,21). Sum of RGB (Red+Green+Blue) = 27+15+21=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F15 is #E4F0EA. Grayscale: #131313. Windows color (decimal): -15003883 or 1380123. OLE color: 1380123.

HSL color Cylindrical-coordinate representation of color #1B0F15: hue angle of 330º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B0F15 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 15 21 -
CMYK 0 0.44 0.22 0.89
HSL 330º 0.29% 0.08% -
HSV(B) 330º 0.44% 0.11% -
XYZ 0.76 0.63 0.79 -
YUV 19.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 27 15 21 0 0.44 0.22 0.89 330 0.29 0.08
Hex 1B F 15 0 2C 16 59 14A 1D 8
Octal 33 17 25 0 54 26 131 512 35 10
Binary 11011 1111 10101 0 101100 10110 1011001 101001010 11101 1000

Color Harmonies of #1B0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0F15

Black with #1B0F15

Text Example


Text Example

White with #1B0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,15,21); }

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

background-color css

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

 a { background-color: rgb(27,15,21); }

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

border-color css

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

 span { border-color: rgb(27,15,21); }

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