Html Css Color HEX #030A1B Black Russian

📋 copy color: '#030A1B'

red 3 ◦ green 10 ◦ blue 27

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

Shades of Black Russian #030A1B

Tints of Black Russian #030A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 67.5%

R = 7.5%
G = 25%
B = 67.5%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#030A1B (or 0x030A1B) is known color: Black Russian. HEX triplet: 03, 0A and 1B. RGB value is (3,10,27). Sum of RGB (Red+Green+Blue) = 3+10+27=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #030A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A1B is #FCF5E4. Grayscale: #090909. Windows color (decimal): -16578021 or 1772035. OLE color: 1772035.

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

Color convert

RGB 3 10 27 -
CMYK 0.89 0.63 0 0.89
HSL 222.5º 0.8% 0.06% -
HSV(B) 222.5º 0.89% 0.11% -
XYZ 0.34 0.32 1.08 -
YUV 9.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 3 10 27 0.89 0.63 0 0.89 222.5 0.8 0.06
Hex 3 A 1B 59 3F 0 59 DE 50 6
Octal 3 12 33 131 77 0 131 336 120 6
Binary 11 1010 11011 1011001 111111 0 1011001 11011110 1010000 110

Color Harmonies of #030A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A1B

Black with #030A1B

Text Example


Text Example

White with #030A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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