Html Css Color HEX #0A1427 Black Russian

📋 copy color: '#0A1427'

red 10 ◦ green 20 ◦ blue 39

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

Shades of Black Russian #0A1427

Tints of Black Russian #0A1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.99%

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

R = 14.49%
G = 28.99%
B = 56.52%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A1427 (or 0x0A1427) is known color: Black Russian. HEX triplet: 0A, 14 and 27. RGB value is (10,20,39). Sum of RGB (Red+Green+Blue) = 10+20+39=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A1427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1427 is #F5EBD8. Grayscale: #131313. Windows color (decimal): -16116697 or 2561034. OLE color: 2561034.

HSL color Cylindrical-coordinate representation of color #0A1427: hue angle of 219.31º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1427 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 20 39 -
CMYK 0.74 0.49 0 0.85
HSL 219.31º 0.59% 0.1% -
HSV(B) 219.31º 0.74% 0.15% -
XYZ 0.74 0.71 2.02 -
YUV 19.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 10 20 39 0.74 0.49 0 0.85 219.31 0.59 0.1
Hex A 14 27 4A 31 0 55 DB 3B A
Octal 12 24 47 112 61 0 125 333 73 12
Binary 1010 10100 100111 1001010 110001 0 1010101 11011011 111011 1010

Color Harmonies of #0A1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1427

Black with #0A1427

Text Example


Text Example

White with #0A1427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,39); }

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

background-color css

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

 a { background-color: rgb(10,20,39); }

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

border-color css

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

 span { border-color: rgb(10,20,39); }

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