Html Css Color HEX #021F23 Black Pearl

📋 copy color: '#021F23'

red 2 ◦ green 31 ◦ blue 35

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

Shades of Black Pearl #021F23

Tints of Black Pearl #021F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 45.59%

 BLUE value IS 35 (14.06% from 255) = 51.47%

R = 2.94%
G = 45.59%
B = 51.47%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#021F23 (or 0x021F23) is known color: Black Pearl. HEX triplet: 02, 1F and 23. RGB value is (2,31,35). Sum of RGB (Red+Green+Blue) = 2+31+35=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #021F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F23 is #FDE0DC. Grayscale: #161616. Windows color (decimal): -16638173 or 2301698. OLE color: 2301698.

HSL color Cylindrical-coordinate representation of color #021F23: hue angle of 187.27º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F23 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 31 35 -
CMYK 0.94 0.11 0 0.86
HSL 187.27º 0.89% 0.07% -
HSV(B) 187.27º 0.94% 0.14% -
XYZ 0.82 1.11 1.76 -
YUV 22.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 2 31 35 0.94 0.11 0 0.86 187.27 0.89 0.07
Hex 2 1F 23 5E B 0 56 BB 59 7
Octal 2 37 43 136 13 0 126 273 131 7
Binary 10 11111 100011 1011110 1011 0 1010110 10111011 1011001 111

Color Harmonies of #021F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F23

Black with #021F23

Text Example


Text Example

White with #021F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,35); }

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

background-color css

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

 a { background-color: rgb(2,31,35); }

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

border-color css

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

 span { border-color: rgb(2,31,35); }

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