Html Css Color HEX #002231 Black Pearl

📋 copy color: '#002231'

red 0 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #002231

Tints of Black Pearl #002231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 59.04%

R = 0%
G = 40.96%
B = 59.04%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002231 (or 0x002231) is known color: Black Pearl. HEX triplet: 00, 22 and 31. RGB value is (0,34,49). Sum of RGB (Red+Green+Blue) = 0+34+49=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #002231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002231 is #FFDDCE. Grayscale: #191919. Windows color (decimal): -16768463 or 3219968. OLE color: 3219968.

HSL color Cylindrical-coordinate representation of color #002231: hue angle of 198.37º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002231 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 34 49 -
CMYK 1 0.31 0 0.81
HSL 198.37º 1% 0.1% -
HSV(B) 198.37º 1% 0.19% -
XYZ 1.13 1.37 3.11 -
YUV 25.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 0 34 49 1 0.31 0 0.81 198.37 1 0.1
Hex 0 22 31 64 1F 0 51 C6 64 A
Octal 0 42 61 144 37 0 121 306 144 12
Binary 0 100010 110001 1100100 11111 0 1010001 11000110 1100100 1010

Color Harmonies of #002231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002231

Black with #002231

Text Example


Text Example

White with #002231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002231; }

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

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

background-color css

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

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

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

border-color css

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

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

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