Html Css Color HEX #001C36 Black Pearl

📋 copy color: '#001C36'

red 0 ◦ green 28 ◦ blue 54

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

Shades of Black Pearl #001C36

Tints of Black Pearl #001C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 65.85%

R = 0%
G = 34.15%
B = 65.85%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#001C36 (or 0x001C36) is known color: Black Pearl. HEX triplet: 00, 1C and 36. RGB value is (0,28,54). Sum of RGB (Red+Green+Blue) = 0+28+54=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #001C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C36 is #FFE3C9. Grayscale: #161616. Windows color (decimal): -16769994 or 3546112. OLE color: 3546112.

HSL color Cylindrical-coordinate representation of color #001C36: hue angle of 208.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C36 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 28 54 -
CMYK 1 0.48 0 0.79
HSL 208.89º 1% 0.11% -
HSV(B) 208.89º 1% 0.21% -
XYZ 1.08 1.1 3.64 -
YUV 22.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 0 28 54 1 0.48 0 0.79 208.89 1 0.11
Hex 0 1C 36 64 30 0 4F D1 64 B
Octal 0 34 66 144 60 0 117 321 144 13
Binary 0 11100 110110 1100100 110000 0 1001111 11010001 1100100 1011

Color Harmonies of #001C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C36

Black with #001C36

Text Example


Text Example

White with #001C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001C36; }

 p { color: rgb(0,28,54); }

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

background-color css

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

 a { background-color: rgb(0,28,54); }

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

border-color css

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

 span { border-color: rgb(0,28,54); }

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