Html Css Color HEX #021C27 Black Pearl

📋 copy color: '#021C27'

red 2 ◦ green 28 ◦ blue 39

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

Shades of Black Pearl #021C27

Tints of Black Pearl #021C27

RGB

 RED value IS 2 (1.17% from 255) = 2.9%

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

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

R = 2.9%
G = 40.58%
B = 56.52%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021C27 (or 0x021C27) is known color: Black Pearl. HEX triplet: 02, 1C and 27. RGB value is (2,28,39). Sum of RGB (Red+Green+Blue) = 2+28+39=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #021C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C27 is #FDE3D8. Grayscale: #151515. Windows color (decimal): -16638937 or 2563074. OLE color: 2563074.

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

Color convert

RGB 2 28 39 -
CMYK 0.95 0.28 0 0.85
HSL 197.84º 0.9% 0.08% -
HSV(B) 197.84º 0.95% 0.15% -
XYZ 0.81 0.99 2.07 -
YUV 21.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 2 28 39 0.95 0.28 0 0.85 197.84 0.9 0.08
Hex 2 1C 27 5F 1C 0 55 C6 5A 8
Octal 2 34 47 137 34 0 125 306 132 10
Binary 10 11100 100111 1011111 11100 0 1010101 11000110 1011010 1000

Color Harmonies of #021C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C27

Black with #021C27

Text Example


Text Example

White with #021C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C27; }

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

 H1.HeaderClassName
 {
   color: #021C27;
 }
 .AnyTagClassName
 {
   color: #021C27;
 }
</style>

background-color css

<style>
 a { background-color: #021C27; }

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

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

border-color css

<style>
 span { border-color: #021C27; }

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

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