Html Css Color HEX #001926 Black Pearl

📋 copy color: '#001926'

red 0 ◦ green 25 ◦ blue 38

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

Shades of Black Pearl #001926

Tints of Black Pearl #001926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 39.68%

 BLUE value IS 38 (15.23% from 255) = 60.32%

R = 0%
G = 39.68%
B = 60.32%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001926 (or 0x001926) is known color: Black Pearl. HEX triplet: 00, 19 and 26. RGB value is (0,25,38). Sum of RGB (Red+Green+Blue) = 0+25+38=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #001926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001926 is #FFE6D9. Grayscale: #121212. Windows color (decimal): -16770778 or 2496768. OLE color: 2496768.

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

Color convert

RGB 0 25 38 -
CMYK 1 0.34 0 0.85
HSL 200.53º 1% 0.07% -
HSV(B) 200.53º 1% 0.15% -
XYZ 0.7 0.84 1.96 -
YUV 19.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 0 25 38 1 0.34 0 0.85 200.53 1 0.07
Hex 0 19 26 64 22 0 55 C9 64 7
Octal 0 31 46 144 42 0 125 311 144 7
Binary 0 11001 100110 1100100 100010 0 1010101 11001001 1100100 111

Color Harmonies of #001926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001926

Black with #001926

Text Example


Text Example

White with #001926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001926; }

 p { color: rgb(0,25,38); }

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

background-color css

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

 a { background-color: rgb(0,25,38); }

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

border-color css

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

 span { border-color: rgb(0,25,38); }

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