Html Css Color HEX #012930 Black Pearl

📋 copy color: '#012930'

red 1 ◦ green 41 ◦ blue 48

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

Shades of Black Pearl #012930

Tints of Black Pearl #012930

RGB

 RED value IS 1 (0.78% from 255) = 1.11%

 GREEN value IS 41 (16.41% from 255) = 45.56%

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 1.11%
G = 45.56%
B = 53.33%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#012930 (or 0x012930) is known color: Black Pearl. HEX triplet: 01, 29 and 30. RGB value is (1,41,48). Sum of RGB (Red+Green+Blue) = 1+41+48=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #012930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012930 is #FED6CF. Grayscale: #1D1D1D. Windows color (decimal): -16701136 or 3156225. OLE color: 3156225.

HSL color Cylindrical-coordinate representation of color #012930: hue angle of 188.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012930 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 41 48 -
CMYK 0.98 0.15 0 0.81
HSL 188.94º 0.96% 0.1% -
HSV(B) 188.94º 0.98% 0.19% -
XYZ 1.34 1.81 3.07 -
YUV 29.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 1 41 48 0.98 0.15 0 0.81 188.94 0.96 0.1
Hex 1 29 30 62 F 0 51 BD 60 A
Octal 1 51 60 142 17 0 121 275 140 12
Binary 1 101001 110000 1100010 1111 0 1010001 10111101 1100000 1010

Color Harmonies of #012930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012930

Black with #012930

Text Example


Text Example

White with #012930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012930; }

 p { color: rgb(1,41,48); }

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

background-color css

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

 a { background-color: rgb(1,41,48); }

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

border-color css

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

 span { border-color: rgb(1,41,48); }

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