Html Css Color HEX #0A0428 Black Russian

📋 copy color: '#0A0428'

red 10 ◦ green 4 ◦ blue 40

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

Shades of Black Russian #0A0428

Tints of Black Russian #0A0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.41%

 BLUE value IS 40 (16.02% from 255) = 74.07%

R = 18.52%
G = 7.41%
B = 74.07%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0A0428 (or 0x0A0428) is known color: Black Russian. HEX triplet: 0A, 04 and 28. RGB value is (10,4,40). Sum of RGB (Red+Green+Blue) = 10+4+40=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0428 is #F5FBD7. Grayscale: #090909. Windows color (decimal): -16120792 or 2622474. OLE color: 2622474.

HSL color Cylindrical-coordinate representation of color #0A0428: hue angle of 250º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0428 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 10 4 40 -
CMYK 0.75 0.90 0 0.84
HSL 250º 0.82% 0.09% -
HSV(B) 250º 0.9% 0.16% -
XYZ 0.55 0.3 2.04 -
YUV 9.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 10 4 40 0.75 0.90 0 0.84 250 0.82 0.09
Hex A 4 28 4B 5A 0 54 FA 52 9
Octal 12 4 50 113 132 0 124 372 122 11
Binary 1010 100 101000 1001011 1011010 0 1010100 11111010 1010010 1001

Color Harmonies of #0A0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0428

Black with #0A0428

Text Example


Text Example

White with #0A0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,40); }

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

background-color css

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

 a { background-color: rgb(10,4,40); }

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

border-color css

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

 span { border-color: rgb(10,4,40); }

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