Html Css Color HEX #06232B Black Pearl

📋 copy color: '#06232B'

red 6 ◦ green 35 ◦ blue 43

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

Shades of Black Pearl #06232B

Tints of Black Pearl #06232B

RGB

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

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

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

R = 7.14%
G = 41.67%
B = 51.19%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06232B (or 0x06232B) is known color: Black Pearl. HEX triplet: 06, 23 and 2B. RGB value is (6,35,43). Sum of RGB (Red+Green+Blue) = 6+35+43=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #06232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232B is #F9DCD4. Grayscale: #1B1B1B. Windows color (decimal): -16374997 or 2827014. OLE color: 2827014.

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

Color convert

RGB 6 35 43 -
CMYK 0.86 0.19 0 0.83
HSL 192.97º 0.76% 0.1% -
HSV(B) 192.97º 0.86% 0.17% -
XYZ 1.11 1.42 2.5 -
YUV 27.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 6 35 43 0.86 0.19 0 0.83 192.97 0.76 0.1
Hex 6 23 2B 56 13 0 53 C1 4C A
Octal 6 43 53 126 23 0 123 301 114 12
Binary 110 100011 101011 1010110 10011 0 1010011 11000001 1001100 1010

Color Harmonies of #06232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06232B

Black with #06232B

Text Example


Text Example

White with #06232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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