Html Css Color HEX #001826 Black Pearl

📋 copy color: '#001826'

red 0 ◦ green 24 ◦ blue 38

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

Shades of Black Pearl #001826

Tints of Black Pearl #001826

RGB

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

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

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

R = 0%
G = 38.71%
B = 61.29%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001826 (or 0x001826) is known color: Black Pearl. HEX triplet: 00, 18 and 26. RGB value is (0,24,38). Sum of RGB (Red+Green+Blue) = 0+24+38=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #001826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001826 is #FFE7D9. Grayscale: #121212. Windows color (decimal): -16771034 or 2496512. OLE color: 2496512.

HSL color Cylindrical-coordinate representation of color #001826: hue angle of 202.11º 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 #001826 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 24 38 -
CMYK 1 0.37 0 0.85
HSL 202.11º 1% 0.07% -
HSV(B) 202.11º 1% 0.15% -
XYZ 0.68 0.79 1.95 -
YUV 18.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 0 24 38 1 0.37 0 0.85 202.11 1 0.07
Hex 0 18 26 64 25 0 55 CA 64 7
Octal 0 30 46 144 45 0 125 312 144 7
Binary 0 11000 100110 1100100 100101 0 1010101 11001010 1100100 111

Color Harmonies of #001826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001826

Black with #001826

Text Example


Text Example

White with #001826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001826; }

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

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

background-color css

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

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

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

border-color css

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

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

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