Html Css Color HEX #1C0E15 Blackberry

📋 copy color: '#1C0E15'

red 28 ◦ green 14 ◦ blue 21

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

Shades of Blackberry #1C0E15

Tints of Blackberry #1C0E15

RGB

 RED value IS 28 (11.33% from 255) = 44.44%

 GREEN value IS 14 (5.86% from 255) = 22.22%

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

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C0E15 (or 0x1C0E15) is known color: Blackberry. HEX triplet: 1C, 0E and 15. RGB value is (28,14,21). Sum of RGB (Red+Green+Blue) = 28+14+21=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E15 is #E3F1EA. Grayscale: #121212. Windows color (decimal): -14938603 or 1379868. OLE color: 1379868.

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

Color convert

RGB 28 14 21 -
CMYK 0 0.50 0.25 0.89
HSL 330º 0.33% 0.08% -
HSV(B) 330º 0.5% 0.11% -
XYZ 0.77 0.62 0.79 -
YUV 18.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 28 14 21 0 0.50 0.25 0.89 330 0.33 0.08
Hex 1C E 15 0 32 19 59 14A 21 8
Octal 34 16 25 0 62 31 131 512 41 10
Binary 11100 1110 10101 0 110010 11001 1011001 101001010 100001 1000

Color Harmonies of #1C0E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0E15

Black with #1C0E15

Text Example


Text Example

White with #1C0E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,14,21); }

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

background-color css

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

 a { background-color: rgb(28,14,21); }

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

border-color css

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

 span { border-color: rgb(28,14,21); }

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