Html Css Color HEX #070230 Black Russian

📋 copy color: '#070230'

red 7 ◦ green 2 ◦ blue 48

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

Shades of Black Russian #070230

Tints of Black Russian #070230

RGB

 RED value IS 7 (3.13% from 255) = 12.28%

 GREEN value IS 2 (1.17% from 255) = 3.51%

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

R = 12.28%
G = 3.51%
B = 84.21%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#070230 (or 0x070230) is known color: Black Russian. HEX triplet: 07, 02 and 30. RGB value is (7,2,48). Sum of RGB (Red+Green+Blue) = 7+2+48=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 48 (19.14% from 255 or 84.21% from 57); Max value from RGB is 48 - color contains mainly: blue. Hex color #070230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070230 is #F8FDCF. Grayscale: #080808. Windows color (decimal): -16317904 or 3146247. OLE color: 3146247.

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

Color convert

RGB 7 2 48 -
CMYK 0.85 0.96 0 0.81
HSL 246.52º 0.92% 0.1% -
HSV(B) 246.52º 0.96% 0.19% -
XYZ 0.64 0.3 2.82 -
YUV 8.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 7 2 48 0.85 0.96 0 0.81 246.52 0.92 0.1
Hex 7 2 30 55 60 0 51 F7 5C A
Octal 7 2 60 125 140 0 121 367 134 12
Binary 111 10 110000 1010101 1100000 0 1010001 11110111 1011100 1010

Color Harmonies of #070230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070230

Black with #070230

Text Example


Text Example

White with #070230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070230; }

 p { color: rgb(7,2,48); }

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

background-color css

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

 a { background-color: rgb(7,2,48); }

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

border-color css

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

 span { border-color: rgb(7,2,48); }

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