Html Css Color HEX #002337 Black Pearl

📋 copy color: '#002337'

red 0 ◦ green 35 ◦ blue 55

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

Shades of Black Pearl #002337

Tints of Black Pearl #002337

RGB

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

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

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

R = 0%
G = 38.89%
B = 61.11%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002337 (or 0x002337) is known color: Black Pearl. HEX triplet: 00, 23 and 37. RGB value is (0,35,55). Sum of RGB (Red+Green+Blue) = 0+35+55=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #002337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002337 is #FFDCC8. Grayscale: #1A1A1A. Windows color (decimal): -16768201 or 3613440. OLE color: 3613440.

HSL color Cylindrical-coordinate representation of color #002337: hue angle of 201.82º 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 #002337 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 35 55 -
CMYK 1 0.36 0 0.78
HSL 201.82º 1% 0.11% -
HSV(B) 201.82º 1% 0.22% -
XYZ 1.29 1.48 3.83 -
YUV 26.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 0 35 55 1 0.36 0 0.78 201.82 1 0.11
Hex 0 23 37 64 24 0 4E CA 64 B
Octal 0 43 67 144 44 0 116 312 144 13
Binary 0 100011 110111 1100100 100100 0 1001110 11001010 1100100 1011

Color Harmonies of #002337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002337

Black with #002337

Text Example


Text Example

White with #002337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002337; }

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

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

background-color css

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

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

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

border-color css

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

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

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