Html Css Color HEX #0A0E30 Black Russian

📋 copy color: '#0A0E30'

red 10 ◦ green 14 ◦ blue 48

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

Shades of Black Russian #0A0E30

Tints of Black Russian #0A0E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.44%

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 13.89%
G = 19.44%
B = 66.67%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A0E30 (or 0x0A0E30) is known color: Black Russian. HEX triplet: 0A, 0E and 30. RGB value is (10,14,48). Sum of RGB (Red+Green+Blue) = 10+14+48=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A0E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E30 is #F5F1CF. Grayscale: #101010. Windows color (decimal): -16118224 or 3149322. OLE color: 3149322.

HSL color Cylindrical-coordinate representation of color #0A0E30: hue angle of 233.68º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A0E30 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 14 48 -
CMYK 0.79 0.71 0 0.81
HSL 233.68º 0.66% 0.11% -
HSV(B) 233.68º 0.79% 0.19% -
XYZ 0.82 0.59 2.87 -
YUV 16.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 10 14 48 0.79 0.71 0 0.81 233.68 0.66 0.11
Hex A E 30 4F 47 0 51 EA 42 B
Octal 12 16 60 117 107 0 121 352 102 13
Binary 1010 1110 110000 1001111 1000111 0 1010001 11101010 1000010 1011

Color Harmonies of #0A0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E30

Black with #0A0E30

Text Example


Text Example

White with #0A0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,14,48); }

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

background-color css

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

 a { background-color: rgb(10,14,48); }

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

border-color css

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

 span { border-color: rgb(10,14,48); }

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