Html Css Color HEX #1C0012 Blackberry

📋 copy color: '#1C0012'

red 28 ◦ green 0 ◦ blue 18

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

Shades of Blackberry #1C0012

Tints of Blackberry #1C0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.87%
G = 0%
B = 39.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#1C0012 (or 0x1C0012) is known color: Blackberry. HEX triplet: 1C, 00 and 12. RGB value is (28,0,18). Sum of RGB (Red+Green+Blue) = 28+0+18=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0012 is #E3FFED. Grayscale: #0A0A0A. Windows color (decimal): -14942190 or 1179676. OLE color: 1179676.

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

Color convert

RGB 28 0 18 -
CMYK 0 1 0.36 0.89
HSL 321.43º 1% 0.05% -
HSV(B) 321.43º 1% 0.11% -
XYZ 0.59 0.29 0.6 -
YUV 10.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 28 0 18 0 1 0.36 0.89 321.43 1 0.05
Hex 1C 0 12 0 64 24 59 141 64 5
Octal 34 0 22 0 144 44 131 501 144 5
Binary 11100 0 10010 0 1100100 100100 1011001 101000001 1100100 101

Color Harmonies of #1C0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0012

Black with #1C0012

Text Example


Text Example

White with #1C0012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,18); }

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

background-color css

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

 a { background-color: rgb(28,0,18); }

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

border-color css

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

 span { border-color: rgb(28,0,18); }

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