Html Css Color HEX #030C17 Black Pearl

📋 copy color: '#030C17'

red 3 ◦ green 12 ◦ blue 23

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

Shades of Black Pearl #030C17

Tints of Black Pearl #030C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 31.58%

 BLUE value IS 23 (9.38% from 255) = 60.53%

R = 7.89%
G = 31.58%
B = 60.53%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#030C17 (or 0x030C17) is known color: Black Pearl. HEX triplet: 03, 0C and 17. RGB value is (3,12,23). Sum of RGB (Red+Green+Blue) = 3+12+23=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #030C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C17 is #FCF3E8. Grayscale: #0A0A0A. Windows color (decimal): -16577513 or 1510403. OLE color: 1510403.

HSL color Cylindrical-coordinate representation of color #030C17: hue angle of 213º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #030C17 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 12 23 -
CMYK 0.87 0.48 0 0.91
HSL 213º 0.77% 0.05% -
HSV(B) 213º 0.87% 0.09% -
XYZ 0.32 0.34 0.86 -
YUV 10.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 3 12 23 0.87 0.48 0 0.91 213 0.77 0.05
Hex 3 C 17 57 30 0 5B D5 4D 5
Octal 3 14 27 127 60 0 133 325 115 5
Binary 11 1100 10111 1010111 110000 0 1011011 11010101 1001101 101

Color Harmonies of #030C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C17

Black with #030C17

Text Example


Text Example

White with #030C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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