Html Css Color HEX #011828 Black Pearl

📋 copy color: '#011828'

red 1 ◦ green 24 ◦ blue 40

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

Shades of Black Pearl #011828

Tints of Black Pearl #011828

RGB

 RED value IS 1 (0.78% from 255) = 1.54%

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

 BLUE value IS 40 (16.02% from 255) = 61.54%

R = 1.54%
G = 36.92%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#011828 (or 0x011828) is known color: Black Pearl. HEX triplet: 01, 18 and 28. RGB value is (1,24,40). Sum of RGB (Red+Green+Blue) = 1+24+40=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #011828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011828 is #FEE7D7. Grayscale: #121212. Windows color (decimal): -16705496 or 2627585. OLE color: 2627585.

HSL color Cylindrical-coordinate representation of color #011828: hue angle of 204.62º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011828 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 24 40 -
CMYK 0.98 0.40 0 0.84
HSL 204.62º 0.95% 0.08% -
HSV(B) 204.62º 0.98% 0.16% -
XYZ 0.72 0.81 2.13 -
YUV 18.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 1 24 40 0.98 0.40 0 0.84 204.62 0.95 0.08
Hex 1 18 28 62 28 0 54 CD 5F 8
Octal 1 30 50 142 50 0 124 315 137 10
Binary 1 11000 101000 1100010 101000 0 1010100 11001101 1011111 1000

Color Harmonies of #011828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011828

Black with #011828

Text Example


Text Example

White with #011828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011828; }

 p { color: rgb(1,24,40); }

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

background-color css

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

 a { background-color: rgb(1,24,40); }

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

border-color css

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

 span { border-color: rgb(1,24,40); }

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