Html Css Color HEX #06262B Black Pearl

📋 copy color: '#06262B'

red 6 ◦ green 38 ◦ blue 43

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

Shades of Black Pearl #06262B

Tints of Black Pearl #06262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 6.9%
G = 43.68%
B = 49.43%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06262B (or 0x06262B) is known color: Black Pearl. HEX triplet: 06, 26 and 2B. RGB value is (6,38,43). Sum of RGB (Red+Green+Blue) = 6+38+43=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #06262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06262B is #F9D9D4. Grayscale: #1C1C1C. Windows color (decimal): -16374229 or 2827782. OLE color: 2827782.

HSL color Cylindrical-coordinate representation of color #06262B: hue angle of 188.11º 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 #06262B is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 38 43 -
CMYK 0.86 0.12 0 0.83
HSL 188.11º 0.76% 0.1% -
HSV(B) 188.11º 0.86% 0.17% -
XYZ 1.2 1.6 2.53 -
YUV 29 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 6 38 43 0.86 0.12 0 0.83 188.11 0.76 0.1
Hex 6 26 2B 56 C 0 53 BC 4C A
Octal 6 46 53 126 14 0 123 274 114 12
Binary 110 100110 101011 1010110 1100 0 1010011 10111100 1001100 1010

Color Harmonies of #06262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06262B

Black with #06262B

Text Example


Text Example

White with #06262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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