Html Css Color HEX #1C2427 Black Pearl

📋 copy color: '#1C2427'

red 28 ◦ green 36 ◦ blue 39

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

Shades of Black Pearl #1C2427

Tints of Black Pearl #1C2427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.95%

 BLUE value IS 39 (15.63% from 255) = 37.86%

R = 27.18%
G = 34.95%
B = 37.86%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C2427 (or 0x1C2427) is known color: Black Pearl. HEX triplet: 1C, 24 and 27. RGB value is (28,36,39). Sum of RGB (Red+Green+Blue) = 28+36+39=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C2427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2427 is #E3DBD8. Grayscale: #212121. Windows color (decimal): -14932953 or 2565148. OLE color: 2565148.

HSL color Cylindrical-coordinate representation of color #1C2427: hue angle of 196.36º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1C2427 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 36 39 -
CMYK 0.28 0.08 0 0.85
HSL 196.36º 0.16% 0.13% -
HSV(B) 196.36º 0.28% 0.15% -
XYZ 1.48 1.66 2.16 -
YUV 33.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 28 36 39 0.28 0.08 0 0.85 196.36 0.16 0.13
Hex 1C 24 27 1C 8 0 55 C4 10 D
Octal 34 44 47 34 10 0 125 304 20 15
Binary 11100 100100 100111 11100 1000 0 1010101 11000100 10000 1101

Color Harmonies of #1C2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2427

Black with #1C2427

Text Example


Text Example

White with #1C2427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,36,39); }

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

background-color css

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

 a { background-color: rgb(28,36,39); }

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

border-color css

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

 span { border-color: rgb(28,36,39); }

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