Html Css Color HEX #000927 Black Russian

📋 copy color: '#000927'

red 0 ◦ green 9 ◦ blue 39

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

Shades of Black Russian #000927

Tints of Black Russian #000927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

 BLUE value IS 39 (15.63% from 255) = 81.25%

R = 0%
G = 18.75%
B = 81.25%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#000927 (or 0x000927) is known color: Black Russian. HEX triplet: 00, 09 and 27. RGB value is (0,9,39). Sum of RGB (Red+Green+Blue) = 0+9+39=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 39 (15.62% from 255 or 81.25% from 48); Max value from RGB is 39 - color contains mainly: blue. Hex color #000927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000927 is #FFF6D8. Grayscale: #090909. Windows color (decimal): -16774873 or 2558208. OLE color: 2558208.

HSL color Cylindrical-coordinate representation of color #000927: hue angle of 226.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000927 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 9 39 -
CMYK 1 0.77 0 0.85
HSL 226.15º 1% 0.08% -
HSV(B) 226.15º 1% 0.15% -
XYZ 0.46 0.34 1.96 -
YUV 9.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 0 9 39 1 0.77 0 0.85 226.15 1 0.08
Hex 0 9 27 64 4D 0 55 E2 64 8
Octal 0 11 47 144 115 0 125 342 144 10
Binary 0 1001 100111 1100100 1001101 0 1010101 11100010 1100100 1000

Color Harmonies of #000927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000927

Black with #000927

Text Example


Text Example

White with #000927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000927; }

 p { color: rgb(0,9,39); }

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

background-color css

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

 a { background-color: rgb(0,9,39); }

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

border-color css

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

 span { border-color: rgb(0,9,39); }

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