Html Css Color HEX #030725 Black Russian

📋 copy color: '#030725'

red 3 ◦ green 7 ◦ blue 37

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

Shades of Black Russian #030725

Tints of Black Russian #030725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.89%

 BLUE value IS 37 (14.84% from 255) = 78.72%

R = 6.38%
G = 14.89%
B = 78.72%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#030725 (or 0x030725) is known color: Black Russian. HEX triplet: 03, 07 and 25. RGB value is (3,7,37). Sum of RGB (Red+Green+Blue) = 3+7+37=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #030725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030725 is #FCF8DA. Grayscale: #090909. Windows color (decimal): -16578779 or 2426627. OLE color: 2426627.

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

Color convert

RGB 3 7 37 -
CMYK 0.92 0.81 0 0.85
HSL 232.94º 0.85% 0.08% -
HSV(B) 232.94º 0.92% 0.15% -
XYZ 0.45 0.3 1.79 -
YUV 9.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 3 7 37 0.92 0.81 0 0.85 232.94 0.85 0.08
Hex 3 7 25 5C 51 0 55 E9 55 8
Octal 3 7 45 134 121 0 125 351 125 10
Binary 11 111 100101 1011100 1010001 0 1010101 11101001 1010101 1000

Color Harmonies of #030725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030725

Black with #030725

Text Example


Text Example

White with #030725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030725; }

 p { color: rgb(3,7,37); }

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

background-color css

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

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

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

border-color css

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

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

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