Html Css Color HEX #06272D Black Pearl

📋 copy color: '#06272D'

red 6 ◦ green 39 ◦ blue 45

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

Shades of Black Pearl #06272D

Tints of Black Pearl #06272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 43.33%

 BLUE value IS 45 (17.97% from 255) = 50%

R = 6.67%
G = 43.33%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06272D (or 0x06272D) is known color: Black Pearl. HEX triplet: 06, 27 and 2D. RGB value is (6,39,45). Sum of RGB (Red+Green+Blue) = 6+39+45=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #06272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06272D is #F9D8D2. Grayscale: #1D1D1D. Windows color (decimal): -16373971 or 2959110. OLE color: 2959110.

HSL color Cylindrical-coordinate representation of color #06272D: hue angle of 189.23º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06272D is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 39 45 -
CMYK 0.87 0.13 0 0.82
HSL 189.23º 0.76% 0.1% -
HSV(B) 189.23º 0.87% 0.18% -
XYZ 1.27 1.68 2.74 -
YUV 29.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 6 39 45 0.87 0.13 0 0.82 189.23 0.76 0.1
Hex 6 27 2D 57 D 0 52 BD 4C A
Octal 6 47 55 127 15 0 122 275 114 12
Binary 110 100111 101101 1010111 1101 0 1010010 10111101 1001100 1010

Color Harmonies of #06272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06272D

Black with #06272D

Text Example


Text Example

White with #06272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06272D; }

 p { color: rgb(6,39,45); }

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

background-color css

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

 a { background-color: rgb(6,39,45); }

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

border-color css

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

 span { border-color: rgb(6,39,45); }

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