Html Css Color HEX #03151C Black Pearl

📋 copy color: '#03151C'

red 3 ◦ green 21 ◦ blue 28

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

Shades of Black Pearl #03151C

Tints of Black Pearl #03151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 40.38%

 BLUE value IS 28 (11.33% from 255) = 53.85%

R = 5.77%
G = 40.38%
B = 53.85%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#03151C (or 0x03151C) is known color: Black Pearl. HEX triplet: 03, 15 and 1C. RGB value is (3,21,28). Sum of RGB (Red+Green+Blue) = 3+21+28=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #03151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03151C is #FCEAE3. Grayscale: #101010. Windows color (decimal): -16575204 or 1840387. OLE color: 1840387.

HSL color Cylindrical-coordinate representation of color #03151C: hue angle of 196.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03151C is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 21 28 -
CMYK 0.89 0.25 0 0.89
HSL 196.8º 0.81% 0.06% -
HSV(B) 196.8º 0.89% 0.11% -
XYZ 0.52 0.64 1.19 -
YUV 16.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 3 21 28 0.89 0.25 0 0.89 196.8 0.81 0.06
Hex 3 15 1C 59 19 0 59 C5 51 6
Octal 3 25 34 131 31 0 131 305 121 6
Binary 11 10101 11100 1011001 11001 0 1011001 11000101 1010001 110

Color Harmonies of #03151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03151C

Black with #03151C

Text Example


Text Example

White with #03151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03151C; }

 p { color: rgb(3,21,28); }

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

background-color css

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

 a { background-color: rgb(3,21,28); }

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

border-color css

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

 span { border-color: rgb(3,21,28); }

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