Html Css Color HEX #002227 Black Pearl

📋 copy color: '#002227'

red 0 ◦ green 34 ◦ blue 39

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

Shades of Black Pearl #002227

Tints of Black Pearl #002227

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 46.58%

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

R = 0%
G = 46.58%
B = 53.42%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002227 (or 0x002227) is known color: Black Pearl. HEX triplet: 00, 22 and 27. RGB value is (0,34,39). Sum of RGB (Red+Green+Blue) = 0+34+39=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #002227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002227 is #FFDDD8. Grayscale: #181818. Windows color (decimal): -16768473 or 2564608. OLE color: 2564608.

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

Color convert

RGB 0 34 39 -
CMYK 1 0.13 0 0.85
HSL 187.69º 1% 0.08% -
HSV(B) 187.69º 1% 0.15% -
XYZ 0.94 1.29 2.12 -
YUV 24.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 0 34 39 1 0.13 0 0.85 187.69 1 0.08
Hex 0 22 27 64 D 0 55 BC 64 8
Octal 0 42 47 144 15 0 125 274 144 10
Binary 0 100010 100111 1100100 1101 0 1010101 10111100 1100100 1000

Color Harmonies of #002227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002227

Black with #002227

Text Example


Text Example

White with #002227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002227; }

 p { color: rgb(0,34,39); }

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

background-color css

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

 a { background-color: rgb(0,34,39); }

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

border-color css

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

 span { border-color: rgb(0,34,39); }

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