Html Css Color HEX #03121E Black Pearl

📋 copy color: '#03121E'

red 3 ◦ green 18 ◦ blue 30

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

Shades of Black Pearl #03121E

Tints of Black Pearl #03121E

RGB

 RED value IS 3 (1.56% from 255) = 5.88%

 GREEN value IS 18 (7.42% from 255) = 35.29%

 BLUE value IS 30 (12.11% from 255) = 58.82%

R = 5.88%
G = 35.29%
B = 58.82%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03121E (or 0x03121E) is known color: Black Pearl. HEX triplet: 03, 12 and 1E. RGB value is (3,18,30). Sum of RGB (Red+Green+Blue) = 3+18+30=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #03121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03121E is #FCEDE1. Grayscale: #0E0E0E. Windows color (decimal): -16575970 or 1970691. OLE color: 1970691.

HSL color Cylindrical-coordinate representation of color #03121E: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03121E is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 18 30 -
CMYK 0.90 0.40 0 0.88
HSL 206.67º 0.82% 0.06% -
HSV(B) 206.67º 0.9% 0.12% -
XYZ 0.49 0.55 1.31 -
YUV 14.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 3 18 30 0.90 0.40 0 0.88 206.67 0.82 0.06
Hex 3 12 1E 5A 28 0 58 CF 52 6
Octal 3 22 36 132 50 0 130 317 122 6
Binary 11 10010 11110 1011010 101000 0 1011000 11001111 1010010 110

Color Harmonies of #03121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03121E

Black with #03121E

Text Example


Text Example

White with #03121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03121E; }

 p { color: rgb(3,18,30); }

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

background-color css

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

 a { background-color: rgb(3,18,30); }

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

border-color css

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

 span { border-color: rgb(3,18,30); }

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