Html Css Color HEX #011C25 Black Pearl

📋 copy color: '#011C25'

red 1 ◦ green 28 ◦ blue 37

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

Shades of Black Pearl #011C25

Tints of Black Pearl #011C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 42.42%

 BLUE value IS 37 (14.84% from 255) = 56.06%

R = 1.52%
G = 42.42%
B = 56.06%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011C25 (or 0x011C25) is known color: Black Pearl. HEX triplet: 01, 1C and 25. RGB value is (1,28,37). Sum of RGB (Red+Green+Blue) = 1+28+37=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #011C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C25 is #FEE3DA. Grayscale: #141414. Windows color (decimal): -16704475 or 2432001. OLE color: 2432001.

HSL color Cylindrical-coordinate representation of color #011C25: hue angle of 195º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011C25 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 28 37 -
CMYK 0.97 0.24 0 0.85
HSL 195º 0.95% 0.07% -
HSV(B) 195º 0.97% 0.15% -
XYZ 0.76 0.97 1.9 -
YUV 20.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 1 28 37 0.97 0.24 0 0.85 195 0.95 0.07
Hex 1 1C 25 61 18 0 55 C3 5F 7
Octal 1 34 45 141 30 0 125 303 137 7
Binary 1 11100 100101 1100001 11000 0 1010101 11000011 1011111 111

Color Harmonies of #011C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C25

Black with #011C25

Text Example


Text Example

White with #011C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C25; }

 p { color: rgb(1,28,37); }

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

background-color css

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

 a { background-color: rgb(1,28,37); }

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

border-color css

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

 span { border-color: rgb(1,28,37); }

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