Html Css Color HEX #0A0338 Black Russian

📋 copy color: '#0A0338'

red 10 ◦ green 3 ◦ blue 56

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

Shades of Black Russian #0A0338

Tints of Black Russian #0A0338

RGB

 RED value IS 10 (4.3% from 255) = 14.49%

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

 BLUE value IS 56 (22.27% from 255) = 81.16%

R = 14.49%
G = 4.35%
B = 81.16%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0A0338 (or 0x0A0338) is known color: Black Russian. HEX triplet: 0A, 03 and 38. RGB value is (10,3,56). Sum of RGB (Red+Green+Blue) = 10+3+56=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0338 is #F5FCC7. Grayscale: #0A0A0A. Windows color (decimal): -16121032 or 3670794. OLE color: 3670794.

HSL color Cylindrical-coordinate representation of color #0A0338: hue angle of 247.92º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0338 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 3 56 -
CMYK 0.82 0.95 0 0.78
HSL 247.92º 0.9% 0.12% -
HSV(B) 247.92º 0.95% 0.22% -
XYZ 0.87 0.42 3.78 -
YUV 11.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 10 3 56 0.82 0.95 0 0.78 247.92 0.9 0.12
Hex A 3 38 52 5F 0 4E F8 5A C
Octal 12 3 70 122 137 0 116 370 132 14
Binary 1010 11 111000 1010010 1011111 0 1001110 11111000 1011010 1100

Color Harmonies of #0A0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0338

Black with #0A0338

Text Example


Text Example

White with #0A0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0338; }

 p { color: rgb(10,3,56); }

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

background-color css

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

 a { background-color: rgb(10,3,56); }

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

border-color css

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

 span { border-color: rgb(10,3,56); }

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