Html Css Color HEX #002237 Black Pearl

📋 copy color: '#002237'

red 0 ◦ green 34 ◦ blue 55

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

Shades of Black Pearl #002237

Tints of Black Pearl #002237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 61.8%

R = 0%
G = 38.2%
B = 61.8%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002237 (or 0x002237) is known color: Black Pearl. HEX triplet: 00, 22 and 37. RGB value is (0,34,55). Sum of RGB (Red+Green+Blue) = 0+34+55=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #002237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002237 is #FFDDC8. Grayscale: #1A1A1A. Windows color (decimal): -16768457 or 3613184. OLE color: 3613184.

HSL color Cylindrical-coordinate representation of color #002237: hue angle of 202.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002237 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 34 55 -
CMYK 1 0.38 0 0.78
HSL 202.91º 1% 0.11% -
HSV(B) 202.91º 1% 0.22% -
XYZ 1.26 1.42 3.82 -
YUV 26.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 0 34 55 1 0.38 0 0.78 202.91 1 0.11
Hex 0 22 37 64 26 0 4E CB 64 B
Octal 0 42 67 144 46 0 116 313 144 13
Binary 0 100010 110111 1100100 100110 0 1001110 11001011 1100100 1011

Color Harmonies of #002237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002237

Black with #002237

Text Example


Text Example

White with #002237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002237; }

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

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

background-color css

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

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

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

border-color css

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

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

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