Html Css Color HEX #001C31 Black Pearl

📋 copy color: '#001C31'

red 0 ◦ green 28 ◦ blue 49

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

Shades of Black Pearl #001C31

Tints of Black Pearl #001C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 63.64%

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#001C31 (or 0x001C31) is known color: Black Pearl. HEX triplet: 00, 1C and 31. RGB value is (0,28,49). Sum of RGB (Red+Green+Blue) = 0+28+49=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #001C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C31 is #FFE3CE. Grayscale: #151515. Windows color (decimal): -16769999 or 3218432. OLE color: 3218432.

HSL color Cylindrical-coordinate representation of color #001C31: hue angle of 205.71º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C31 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 28 49 -
CMYK 1 0.43 0 0.81
HSL 205.71º 1% 0.1% -
HSV(B) 205.71º 1% 0.19% -
XYZ 0.97 1.05 3.06 -
YUV 22.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 0 28 49 1 0.43 0 0.81 205.71 1 0.1
Hex 0 1C 31 64 2B 0 51 CE 64 A
Octal 0 34 61 144 53 0 121 316 144 12
Binary 0 11100 110001 1100100 101011 0 1010001 11001110 1100100 1010

Color Harmonies of #001C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C31

Black with #001C31

Text Example


Text Example

White with #001C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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