Html Css Color HEX #001733 Black Pearl

📋 copy color: '#001733'

red 0 ◦ green 23 ◦ blue 51

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

Shades of Black Pearl #001733

Tints of Black Pearl #001733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

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

R = 0%
G = 31.08%
B = 68.92%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#001733 (or 0x001733) is known color: Black Pearl. HEX triplet: 00, 17 and 33. RGB value is (0,23,51). Sum of RGB (Red+Green+Blue) = 0+23+51=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #001733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001733 is #FFE8CC. Grayscale: #131313. Windows color (decimal): -16771277 or 3348224. OLE color: 3348224.

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

Color convert

RGB 0 23 51 -
CMYK 1 0.55 0 0.8
HSL 212.94º 1% 0.1% -
HSV(B) 212.94º 1% 0.2% -
XYZ 0.9 0.85 3.25 -
YUV 19.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 0 23 51 1 0.55 0 0.8 212.94 1 0.1
Hex 0 17 33 64 37 0 50 D5 64 A
Octal 0 27 63 144 67 0 120 325 144 12
Binary 0 10111 110011 1100100 110111 0 1010000 11010101 1100100 1010

Color Harmonies of #001733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001733

Black with #001733

Text Example


Text Example

White with #001733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001733; }

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

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

background-color css

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

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

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

border-color css

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

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

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