Html Css Color HEX #06262C Black Pearl

📋 copy color: '#06262C'

red 6 ◦ green 38 ◦ blue 44

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

Shades of Black Pearl #06262C

Tints of Black Pearl #06262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 43.18%

 BLUE value IS 44 (17.58% from 255) = 50%

R = 6.82%
G = 43.18%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06262C (or 0x06262C) is known color: Black Pearl. HEX triplet: 06, 26 and 2C. RGB value is (6,38,44). Sum of RGB (Red+Green+Blue) = 6+38+44=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #06262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06262C is #F9D9D3. Grayscale: #1D1D1D. Windows color (decimal): -16374228 or 2893318. OLE color: 2893318.

HSL color Cylindrical-coordinate representation of color #06262C: hue angle of 189.47º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06262C is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 38 44 -
CMYK 0.86 0.14 0 0.83
HSL 189.47º 0.76% 0.1% -
HSV(B) 189.47º 0.86% 0.17% -
XYZ 1.22 1.61 2.63 -
YUV 29.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 6 38 44 0.86 0.14 0 0.83 189.47 0.76 0.1
Hex 6 26 2C 56 E 0 53 BD 4C A
Octal 6 46 54 126 16 0 123 275 114 12
Binary 110 100110 101100 1010110 1110 0 1010011 10111101 1001100 1010

Color Harmonies of #06262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06262C

Black with #06262C

Text Example


Text Example

White with #06262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06262C; }

 p { color: rgb(6,38,44); }

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

background-color css

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

 a { background-color: rgb(6,38,44); }

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

border-color css

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

 span { border-color: rgb(6,38,44); }

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