Html Css Color HEX #030F12 Black Pearl

📋 copy color: '#030F12'

red 3 ◦ green 15 ◦ blue 18

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

Shades of Black Pearl #030F12

Tints of Black Pearl #030F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 41.67%

 BLUE value IS 18 (7.42% from 255) = 50%

R = 8.33%
G = 41.67%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030F12 (or 0x030F12) is known color: Black Pearl. HEX triplet: 03, 0F and 12. RGB value is (3,15,18). Sum of RGB (Red+Green+Blue) = 3+15+18=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #030F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F12 is #FCF0ED. Grayscale: #0B0B0B. Windows color (decimal): -16576750 or 1183491. OLE color: 1183491.

HSL color Cylindrical-coordinate representation of color #030F12: hue angle of 192º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030F12 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 15 18 -
CMYK 0.83 0.17 0 0.93
HSL 192º 0.71% 0.04% -
HSV(B) 192º 0.83% 0.07% -
XYZ 0.32 0.4 0.63 -
YUV 11.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 3 15 18 0.83 0.17 0 0.93 192 0.71 0.04
Hex 3 F 12 53 11 0 5D C0 47 4
Octal 3 17 22 123 21 0 135 300 107 4
Binary 11 1111 10010 1010011 10001 0 1011101 11000000 1000111 100

Color Harmonies of #030F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F12

Black with #030F12

Text Example


Text Example

White with #030F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030F12; }

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

 H1.HeaderClassName
 {
   color: #030F12;
 }
 .AnyTagClassName
 {
   color: #030F12;
 }
</style>

background-color css

<style>
 a { background-color: #030F12; }

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

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

border-color css

<style>
 span { border-color: #030F12; }

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

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