Html Css Color HEX #06002B Black Russian

📋 copy color: '#06002B'

red 6 ◦ green 0 ◦ blue 43

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

Shades of Black Russian #06002B

Tints of Black Russian #06002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.24%
G = 0%
B = 87.76%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06002B (or 0x06002B) is known color: Black Russian. HEX triplet: 06, 00 and 2B. RGB value is (6,0,43). Sum of RGB (Red+Green+Blue) = 6+0+43=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 43 (17.19% from 255 or 87.76% from 49); Max value from RGB is 43 - color contains mainly: blue. Hex color #06002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06002B is #F9FFD4. Grayscale: #060606. Windows color (decimal): -16383957 or 2818054. OLE color: 2818054.

HSL color Cylindrical-coordinate representation of color #06002B: hue angle of 248.37º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06002B is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 0 43 -
CMYK 0.86 1 0 0.83
HSL 248.37º 1% 0.08% -
HSV(B) 248.37º 1% 0.17% -
XYZ 0.51 0.21 2.3 -
YUV 6.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 6 0 43 0.86 1 0 0.83 248.37 1 0.08
Hex 6 0 2B 56 64 0 53 F8 64 8
Octal 6 0 53 126 144 0 123 370 144 10
Binary 110 0 101011 1010110 1100100 0 1010011 11111000 1100100 1000

Color Harmonies of #06002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06002B

Black with #06002B

Text Example


Text Example

White with #06002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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