Html Css Color HEX #001833 Black Pearl

📋 copy color: '#001833'

red 0 ◦ green 24 ◦ blue 51

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

Shades of Black Pearl #001833

Tints of Black Pearl #001833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32%

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

R = 0%
G = 32%
B = 68%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#001833 (or 0x001833) is known color: Black Pearl. HEX triplet: 00, 18 and 33. RGB value is (0,24,51). Sum of RGB (Red+Green+Blue) = 0+24+51=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #001833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001833 is #FFE7CC. Grayscale: #131313. Windows color (decimal): -16771021 or 3348480. OLE color: 3348480.

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

Color convert

RGB 0 24 51 -
CMYK 1 0.53 0 0.8
HSL 211.76º 1% 0.1% -
HSV(B) 211.76º 1% 0.2% -
XYZ 0.92 0.89 3.26 -
YUV 19.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 0 24 51 1 0.53 0 0.8 211.76 1 0.1
Hex 0 18 33 64 35 0 50 D4 64 A
Octal 0 30 63 144 65 0 120 324 144 12
Binary 0 11000 110011 1100100 110101 0 1010000 11010100 1100100 1010

Color Harmonies of #001833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001833

Black with #001833

Text Example


Text Example

White with #001833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001833; }

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

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

background-color css

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

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

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

border-color css

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

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

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