Html Css Color HEX #012024 Black Pearl

📋 copy color: '#012024'

red 1 ◦ green 32 ◦ blue 36

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

Shades of Black Pearl #012024

Tints of Black Pearl #012024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 46.38%

 BLUE value IS 36 (14.45% from 255) = 52.17%

R = 1.45%
G = 46.38%
B = 52.17%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#012024 (or 0x012024) is known color: Black Pearl. HEX triplet: 01, 20 and 24. RGB value is (1,32,36). Sum of RGB (Red+Green+Blue) = 1+32+36=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #012024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012024 is #FEDFDB. Grayscale: #171717. Windows color (decimal): -16703452 or 2367489. OLE color: 2367489.

HSL color Cylindrical-coordinate representation of color #012024: hue angle of 186.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012024 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 32 36 -
CMYK 0.97 0.11 0 0.86
HSL 186.86º 0.95% 0.07% -
HSV(B) 186.86º 0.97% 0.14% -
XYZ 0.85 1.17 1.85 -
YUV 23.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 1 32 36 0.97 0.11 0 0.86 186.86 0.95 0.07
Hex 1 20 24 61 B 0 56 BB 5F 7
Octal 1 40 44 141 13 0 126 273 137 7
Binary 1 100000 100100 1100001 1011 0 1010110 10111011 1011111 111

Color Harmonies of #012024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012024

Black with #012024

Text Example


Text Example

White with #012024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012024; }

 p { color: rgb(1,32,36); }

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

background-color css

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

 a { background-color: rgb(1,32,36); }

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

border-color css

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

 span { border-color: rgb(1,32,36); }

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