Html Css Color HEX #002333 Black Pearl

📋 copy color: '#002333'

red 0 ◦ green 35 ◦ blue 51

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

Shades of Black Pearl #002333

Tints of Black Pearl #002333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 59.3%

R = 0%
G = 40.7%
B = 59.3%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#002333 (or 0x002333) is known color: Black Pearl. HEX triplet: 00, 23 and 33. RGB value is (0,35,51). Sum of RGB (Red+Green+Blue) = 0+35+51=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #002333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002333 is #FFDCCC. Grayscale: #1A1A1A. Windows color (decimal): -16768205 or 3351296. OLE color: 3351296.

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

Color convert

RGB 0 35 51 -
CMYK 1 0.31 0 0.8
HSL 198.82º 1% 0.1% -
HSV(B) 198.82º 1% 0.2% -
XYZ 1.2 1.44 3.35 -
YUV 26.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 0 35 51 1 0.31 0 0.8 198.82 1 0.1
Hex 0 23 33 64 1F 0 50 C7 64 A
Octal 0 43 63 144 37 0 120 307 144 12
Binary 0 100011 110011 1100100 11111 0 1010000 11000111 1100100 1010

Color Harmonies of #002333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002333

Black with #002333

Text Example


Text Example

White with #002333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002333; }

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

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

background-color css

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

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

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

border-color css

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

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

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