Html Css Color HEX #1C0C15 Blackberry

📋 copy color: '#1C0C15'

red 28 ◦ green 12 ◦ blue 21

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

Shades of Blackberry #1C0C15

Tints of Blackberry #1C0C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.67%

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

R = 45.9%
G = 19.67%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C0C15 (or 0x1C0C15) is known color: Blackberry. HEX triplet: 1C, 0C and 15. RGB value is (28,12,21). Sum of RGB (Red+Green+Blue) = 28+12+21=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C15 is #E3F3EA. Grayscale: #111111. Windows color (decimal): -14939115 or 1379356. OLE color: 1379356.

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

Color convert

RGB 28 12 21 -
CMYK 0 0.57 0.25 0.89
HSL 326.25º 0.4% 0.08% -
HSV(B) 326.25º 0.57% 0.11% -
XYZ 0.75 0.56 0.78 -
YUV 17.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 28 12 21 0 0.57 0.25 0.89 326.25 0.4 0.08
Hex 1C C 15 0 39 19 59 146 28 8
Octal 34 14 25 0 71 31 131 506 50 10
Binary 11100 1100 10101 0 111001 11001 1011001 101000110 101000 1000

Color Harmonies of #1C0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C15

Black with #1C0C15

Text Example


Text Example

White with #1C0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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