Html Css Color HEX #1C0712 Blackberry

📋 copy color: '#1C0712'

red 28 ◦ green 7 ◦ blue 18

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

Shades of Blackberry #1C0712

Tints of Blackberry #1C0712

RGB

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

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

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

R = 52.83%
G = 13.21%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#1C0712 (or 0x1C0712) is known color: Blackberry. HEX triplet: 1C, 07 and 12. RGB value is (28,7,18). Sum of RGB (Red+Green+Blue) = 28+7+18=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0712 is #E3F8ED. Grayscale: #0E0E0E. Windows color (decimal): -14940398 or 1181468. OLE color: 1181468.

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

Color convert

RGB 28 7 18 -
CMYK 0 0.75 0.36 0.89
HSL 328.57º 0.6% 0.07% -
HSV(B) 328.57º 0.75% 0.11% -
XYZ 0.66 0.44 0.62 -
YUV 14.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 28 7 18 0 0.75 0.36 0.89 328.57 0.6 0.07
Hex 1C 7 12 0 4B 24 59 149 3C 7
Octal 34 7 22 0 113 44 131 511 74 7
Binary 11100 111 10010 0 1001011 100100 1011001 101001001 111100 111

Color Harmonies of #1C0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0712

Black with #1C0712

Text Example


Text Example

White with #1C0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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