Html Css Color HEX #022327 Black Pearl

📋 copy color: '#022327'

red 2 ◦ green 35 ◦ blue 39

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

Shades of Black Pearl #022327

Tints of Black Pearl #022327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 46.05%

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

R = 2.63%
G = 46.05%
B = 51.32%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#022327 (or 0x022327) is known color: Black Pearl. HEX triplet: 02, 23 and 27. RGB value is (2,35,39). Sum of RGB (Red+Green+Blue) = 2+35+39=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #022327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022327 is #FDDCD8. Grayscale: #191919. Windows color (decimal): -16637145 or 2564866. OLE color: 2564866.

HSL color Cylindrical-coordinate representation of color #022327: hue angle of 186.49º 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 #022327 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 35 39 -
CMYK 0.95 0.10 0 0.85
HSL 186.49º 0.9% 0.08% -
HSV(B) 186.49º 0.95% 0.15% -
XYZ 0.99 1.36 2.13 -
YUV 25.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 2 35 39 0.95 0.10 0 0.85 186.49 0.9 0.08
Hex 2 23 27 5F A 0 55 BA 5A 8
Octal 2 43 47 137 12 0 125 272 132 10
Binary 10 100011 100111 1011111 1010 0 1010101 10111010 1011010 1000

Color Harmonies of #022327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022327

Black with #022327

Text Example


Text Example

White with #022327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022327; }

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

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

background-color css

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

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

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

border-color css

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

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

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