Html Css Color HEX #062328 Black Pearl

📋 copy color: '#062328'

red 6 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #062328

Tints of Black Pearl #062328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 43.21%

 BLUE value IS 40 (16.02% from 255) = 49.38%

R = 7.41%
G = 43.21%
B = 49.38%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#062328 (or 0x062328) is known color: Black Pearl. HEX triplet: 06, 23 and 28. RGB value is (6,35,40). Sum of RGB (Red+Green+Blue) = 6+35+40=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #062328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062328 is #F9DCD7. Grayscale: #1A1A1A. Windows color (decimal): -16375000 or 2630406. OLE color: 2630406.

HSL color Cylindrical-coordinate representation of color #062328: hue angle of 188.82º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062328 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 35 40 -
CMYK 0.85 0.12 0 0.84
HSL 188.82º 0.74% 0.09% -
HSV(B) 188.82º 0.85% 0.16% -
XYZ 1.06 1.39 2.22 -
YUV 26.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 6 35 40 0.85 0.12 0 0.84 188.82 0.74 0.09
Hex 6 23 28 55 C 0 54 BD 4A 9
Octal 6 43 50 125 14 0 124 275 112 11
Binary 110 100011 101000 1010101 1100 0 1010100 10111101 1001010 1001

Color Harmonies of #062328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062328

Black with #062328

Text Example


Text Example

White with #062328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062328; }

 p { color: rgb(6,35,40); }

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

background-color css

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

 a { background-color: rgb(6,35,40); }

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

border-color css

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

 span { border-color: rgb(6,35,40); }

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