Html Css Color HEX #000323 Black Russian

📋 copy color: '#000323'

red 0 ◦ green 3 ◦ blue 35

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

Shades of Black Russian #000323

Tints of Black Russian #000323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.89%

 BLUE value IS 35 (14.06% from 255) = 92.11%

R = 0%
G = 7.89%
B = 92.11%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#000323 (or 0x000323) is known color: Black Russian. HEX triplet: 00, 03 and 23. RGB value is (0,3,35). Sum of RGB (Red+Green+Blue) = 0+3+35=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 35 (14.06% from 255 or 92.11% from 38); Max value from RGB is 35 - color contains mainly: blue. Hex color #000323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000323 is #FFFCDC. Grayscale: #050505. Windows color (decimal): -16776413 or 2294528. OLE color: 2294528.

HSL color Cylindrical-coordinate representation of color #000323: hue angle of 234.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000323 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 3 35 -
CMYK 1 0.91 0 0.86
HSL 234.86º 1% 0.07% -
HSV(B) 234.86º 1% 0.14% -
XYZ 0.34 0.19 1.61 -
YUV 5.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 0 3 35 1 0.91 0 0.86 234.86 1 0.07
Hex 0 3 23 64 5B 0 56 EB 64 7
Octal 0 3 43 144 133 0 126 353 144 7
Binary 0 11 100011 1100100 1011011 0 1010110 11101011 1100100 111

Color Harmonies of #000323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000323

Black with #000323

Text Example


Text Example

White with #000323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000323; }

 p { color: rgb(0,3,35); }

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

background-color css

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

 a { background-color: rgb(0,3,35); }

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

border-color css

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

 span { border-color: rgb(0,3,35); }

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