Html Css Color HEX #03172A Black Pearl

📋 copy color: '#03172A'

red 3 ◦ green 23 ◦ blue 42

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

Shades of Black Pearl #03172A

Tints of Black Pearl #03172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 33.82%

 BLUE value IS 42 (16.8% from 255) = 61.76%

R = 4.41%
G = 33.82%
B = 61.76%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#03172A (or 0x03172A) is known color: Black Pearl. HEX triplet: 03, 17 and 2A. RGB value is (3,23,42). Sum of RGB (Red+Green+Blue) = 3+23+42=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 42 (16.80% from 255 or 61.76% from 68); Max value from RGB is 42 - color contains mainly: blue. Hex color #03172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03172A is #FCE8D5. Grayscale: #131313. Windows color (decimal): -16574678 or 2758403. OLE color: 2758403.

HSL color Cylindrical-coordinate representation of color #03172A: hue angle of 209.23º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03172A is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 23 42 -
CMYK 0.93 0.45 0 0.84
HSL 209.23º 0.87% 0.09% -
HSV(B) 209.23º 0.93% 0.16% -
XYZ 0.76 0.8 2.3 -
YUV 19.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 3 23 42 0.93 0.45 0 0.84 209.23 0.87 0.09
Hex 3 17 2A 5D 2D 0 54 D1 57 9
Octal 3 27 52 135 55 0 124 321 127 11
Binary 11 10111 101010 1011101 101101 0 1010100 11010001 1010111 1001

Color Harmonies of #03172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03172A

Black with #03172A

Text Example


Text Example

White with #03172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03172A; }

 p { color: rgb(3,23,42); }

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

background-color css

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

 a { background-color: rgb(3,23,42); }

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

border-color css

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

 span { border-color: rgb(3,23,42); }

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