Html Css Color HEX #000330 Black Russian

📋 copy color: '#000330'

red 0 ◦ green 3 ◦ blue 48

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

Shades of Black Russian #000330

Tints of Black Russian #000330

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 5.88%
B = 94.12%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#000330 (or 0x000330) is known color: Black Russian. HEX triplet: 00, 03 and 30. RGB value is (0,3,48). Sum of RGB (Red+Green+Blue) = 0+3+48=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 48 (19.14% from 255 or 94.12% from 51); Max value from RGB is 48 - color contains mainly: blue. Hex color #000330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000330 is #FFFCCF. Grayscale: #070707. Windows color (decimal): -16776400 or 3146496. OLE color: 3146496.

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

Color convert

RGB 0 3 48 -
CMYK 1 0.94 0 0.81
HSL 236.25º 1% 0.09% -
HSV(B) 236.25º 1% 0.19% -
XYZ 0.57 0.28 2.82 -
YUV 7.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 0 3 48 1 0.94 0 0.81 236.25 1 0.09
Hex 0 3 30 64 5E 0 51 EC 64 9
Octal 0 3 60 144 136 0 121 354 144 11
Binary 0 11 110000 1100100 1011110 0 1010001 11101100 1100100 1001

Color Harmonies of #000330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000330

Black with #000330

Text Example


Text Example

White with #000330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000330; }

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

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

background-color css

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

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

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

border-color css

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

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

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