Html Css Color HEX #010303 Dark Green

📋 copy color: '#010303'

red 1 ◦ green 3 ◦ blue 3

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

Shades of Dark Green #010303

Tints of Dark Green #010303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 42.86%

R = 14.29%
G = 42.86%
B = 42.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#010303 (or 0x010303) is known color: Dark Green. HEX triplet: 01, 03 and 03. RGB value is (1,3,3). Sum of RGB (Red+Green+Blue) = 1+3+3=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 3 (1.56% from 255 or 42.86% from 7); Max value from RGB is 3 - color contains mainly: green, blue. Hex color #010303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010303 is #FEFCFC. Grayscale: #020202. Windows color (decimal): -16710909 or 197377. OLE color: 197377.

HSL color Cylindrical-coordinate representation of color #010303: hue angle of 180º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #010303 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB 1 3 3 -
CMYK 0.67 0 0 0.99
HSL 180º 0.5% 0.01% -
HSV(B) 180º 0.67% 0.01% -
XYZ 0.06 0.08 0.1 -
YUV 2.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 1 3 3 0.67 0 0 0.99 180 0.5 0.01
Hex 1 3 3 43 0 0 63 B4 32 1
Octal 1 3 3 103 0 0 143 264 62 1
Binary 1 11 11 1000011 0 0 1100011 10110100 110010 1

Color Harmonies of #010303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010303

Black with #010303

Text Example


Text Example

White with #010303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010303; }

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

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

background-color css

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

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

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

border-color css

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

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

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