Html Css Color HEX #030A1D Black Russian

📋 copy color: '#030A1D'

red 3 ◦ green 10 ◦ blue 29

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

Shades of Black Russian #030A1D

Tints of Black Russian #030A1D

RGB

 RED value IS 3 (1.56% from 255) = 7.14%

 GREEN value IS 10 (4.3% from 255) = 23.81%

 BLUE value IS 29 (11.72% from 255) = 69.05%

R = 7.14%
G = 23.81%
B = 69.05%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#030A1D (or 0x030A1D) is known color: Black Russian. HEX triplet: 03, 0A and 1D. RGB value is (3,10,29). Sum of RGB (Red+Green+Blue) = 3+10+29=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #030A1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A1D is #FCF5E2. Grayscale: #090909. Windows color (decimal): -16578019 or 1903107. OLE color: 1903107.

HSL color Cylindrical-coordinate representation of color #030A1D: hue angle of 223.85º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030A1D is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 10 29 -
CMYK 0.90 0.66 0 0.89
HSL 223.85º 0.81% 0.06% -
HSV(B) 223.85º 0.9% 0.11% -
XYZ 0.37 0.33 1.21 -
YUV 10.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 3 10 29 0.90 0.66 0 0.89 223.85 0.81 0.06
Hex 3 A 1D 5A 42 0 59 E0 51 6
Octal 3 12 35 132 102 0 131 340 121 6
Binary 11 1010 11101 1011010 1000010 0 1011001 11100000 1010001 110

Color Harmonies of #030A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A1D

Black with #030A1D

Text Example


Text Example

White with #030A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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