Html Css Color HEX #001124 Black Pearl

📋 copy color: '#001124'

red 0 ◦ green 17 ◦ blue 36

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

Shades of Black Pearl #001124

Tints of Black Pearl #001124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 32.08%

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

R = 0%
G = 32.08%
B = 67.92%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001124 (or 0x001124) is known color: Black Pearl. HEX triplet: 00, 11 and 24. RGB value is (0,17,36). Sum of RGB (Red+Green+Blue) = 0+17+36=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #001124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001124 is #FFEEDB. Grayscale: #0D0D0D. Windows color (decimal): -16772828 or 2363648. OLE color: 2363648.

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

Color convert

RGB 0 17 36 -
CMYK 1 0.53 0 0.86
HSL 211.67º 1% 0.07% -
HSV(B) 211.67º 1% 0.14% -
XYZ 0.52 0.53 1.74 -
YUV 14.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 0 17 36 1 0.53 0 0.86 211.67 1 0.07
Hex 0 11 24 64 35 0 56 D4 64 7
Octal 0 21 44 144 65 0 126 324 144 7
Binary 0 10001 100100 1100100 110101 0 1010110 11010100 1100100 111

Color Harmonies of #001124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001124

Black with #001124

Text Example


Text Example

White with #001124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001124; }

 p { color: rgb(0,17,36); }

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

background-color css

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

 a { background-color: rgb(0,17,36); }

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

border-color css

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

 span { border-color: rgb(0,17,36); }

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