Html Css Color HEX #062130 Black Pearl

📋 copy color: '#062130'

red 6 ◦ green 33 ◦ blue 48

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

Shades of Black Pearl #062130

Tints of Black Pearl #062130

RGB

 RED value IS 6 (2.73% from 255) = 6.9%

 GREEN value IS 33 (13.28% from 255) = 37.93%

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

R = 6.9%
G = 37.93%
B = 55.17%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062130 (or 0x062130) is known color: Black Pearl. HEX triplet: 06, 21 and 30. RGB value is (6,33,48). Sum of RGB (Red+Green+Blue) = 6+33+48=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #062130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062130 is #F9DECF. Grayscale: #1A1A1A. Windows color (decimal): -16375504 or 3154182. OLE color: 3154182.

HSL color Cylindrical-coordinate representation of color #062130: hue angle of 201.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062130 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 33 48 -
CMYK 0.87 0.31 0 0.81
HSL 201.43º 0.78% 0.11% -
HSV(B) 201.43º 0.88% 0.19% -
XYZ 1.15 1.34 2.99 -
YUV 26.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 6 33 48 0.87 0.31 0 0.81 201.43 0.78 0.11
Hex 6 21 30 57 1F 0 51 C9 4E B
Octal 6 41 60 127 37 0 121 311 116 13
Binary 110 100001 110000 1010111 11111 0 1010001 11001001 1001110 1011

Color Harmonies of #062130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062130

Black with #062130

Text Example


Text Example

White with #062130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062130; }

 p { color: rgb(6,33,48); }

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

background-color css

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

 a { background-color: rgb(6,33,48); }

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

border-color css

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

 span { border-color: rgb(6,33,48); }

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