Html Css Color HEX #001836 Black Pearl

📋 copy color: '#001836'

red 0 ◦ green 24 ◦ blue 54

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

Shades of Black Pearl #001836

Tints of Black Pearl #001836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 69.23%

R = 0%
G = 30.77%
B = 69.23%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#001836 (or 0x001836) is known color: Black Pearl. HEX triplet: 00, 18 and 36. RGB value is (0,24,54). Sum of RGB (Red+Green+Blue) = 0+24+54=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #001836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001836 is #FFE7C9. Grayscale: #141414. Windows color (decimal): -16771018 or 3545088. OLE color: 3545088.

HSL color Cylindrical-coordinate representation of color #001836: hue angle of 213.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001836 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 24 54 -
CMYK 1 0.56 0 0.79
HSL 213.33º 1% 0.11% -
HSV(B) 213.33º 1% 0.21% -
XYZ 0.99 0.92 3.62 -
YUV 20.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 0 24 54 1 0.56 0 0.79 213.33 1 0.11
Hex 0 18 36 64 38 0 4F D5 64 B
Octal 0 30 66 144 70 0 117 325 144 13
Binary 0 11000 110110 1100100 111000 0 1001111 11010101 1100100 1011

Color Harmonies of #001836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001836

Black with #001836

Text Example


Text Example

White with #001836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001836; }

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

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

background-color css

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

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

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

border-color css

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

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

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