Html Css Color HEX #1C1217 Blackberry

📋 copy color: '#1C1217'

red 28 ◦ green 18 ◦ blue 23

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

Shades of Blackberry #1C1217

Tints of Blackberry #1C1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.09%

 BLUE value IS 23 (9.38% from 255) = 33.33%

R = 40.58%
G = 26.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C1217 (or 0x1C1217) is known color: Blackberry. HEX triplet: 1C, 12 and 17. RGB value is (28,18,23). Sum of RGB (Red+Green+Blue) = 28+18+23=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1217 is #E3EDE8. Grayscale: #151515. Windows color (decimal): -14937577 or 1511964. OLE color: 1511964.

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

Color convert

RGB 28 18 23 -
CMYK 0 0.36 0.18 0.89
HSL 330º 0.22% 0.09% -
HSV(B) 330º 0.36% 0.11% -
XYZ 0.85 0.74 0.91 -
YUV 21.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 28 18 23 0 0.36 0.18 0.89 330 0.22 0.09
Hex 1C 12 17 0 24 12 59 14A 16 9
Octal 34 22 27 0 44 22 131 512 26 11
Binary 11100 10010 10111 0 100100 10010 1011001 101001010 10110 1001

Color Harmonies of #1C1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1217

Black with #1C1217

Text Example


Text Example

White with #1C1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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