Html Css Color HEX #010330 Black Russian

📋 copy color: '#010330'

red 1 ◦ green 3 ◦ blue 48

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

Shades of Black Russian #010330

Tints of Black Russian #010330

RGB

 RED value IS 1 (0.78% from 255) = 1.92%

 GREEN value IS 3 (1.56% from 255) = 5.77%

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

R = 1.92%
G = 5.77%
B = 92.31%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#010330 (or 0x010330) is known color: Black Russian. HEX triplet: 01, 03 and 30. RGB value is (1,3,48). Sum of RGB (Red+Green+Blue) = 1+3+48=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 48 (19.14% from 255 or 92.31% from 52); Max value from RGB is 48 - color contains mainly: blue. Hex color #010330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010330 is #FEFCCF. Grayscale: #070707. Windows color (decimal): -16710864 or 3146497. OLE color: 3146497.

HSL color Cylindrical-coordinate representation of color #010330: hue angle of 237.45º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010330 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 3 48 -
CMYK 0.98 0.94 0 0.81
HSL 237.45º 0.96% 0.1% -
HSV(B) 237.45º 0.98% 0.19% -
XYZ 0.58 0.28 2.82 -
YUV 7.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 1 3 48 0.98 0.94 0 0.81 237.45 0.96 0.1
Hex 1 3 30 62 5E 0 51 ED 60 A
Octal 1 3 60 142 136 0 121 355 140 12
Binary 1 11 110000 1100010 1011110 0 1010001 11101101 1100000 1010

Color Harmonies of #010330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010330

Black with #010330

Text Example


Text Example

White with #010330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010330; }

 p { color: rgb(1,3,48); }

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

background-color css

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

 a { background-color: rgb(1,3,48); }

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

border-color css

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

 span { border-color: rgb(1,3,48); }

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