Html Css Color HEX #303071 Deep Koamaru

📋 copy color: '#303071'

red 48 ◦ green 48 ◦ blue 113

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

Shades of Deep Koamaru #303071

Tints of Deep Koamaru #303071

RGB

 RED value IS 48 (19.14% from 255) = 22.97%

 GREEN value IS 48 (19.14% from 255) = 22.97%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 22.97%
G = 22.97%
B = 54.07%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#303071 (or 0x303071) is known color: Deep Koamaru. HEX triplet: 30, 30 and 71. RGB value is (48,48,113). Sum of RGB (Red+Green+Blue) = 48+48+113=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #303071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303071 is #CFCF8E. Grayscale: #373737. Windows color (decimal): -13619087 or 7417904. OLE color: 7417904.

HSL color Cylindrical-coordinate representation of color #303071: hue angle of 240º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303071 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 48 113 -
CMYK 0.58 0.58 0 0.56
HSL 240º 0.4% 0.32% -
HSV(B) 240º 0.58% 0.44% -
XYZ 5.26 3.93 16.11 -
YUV 55.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 48 48 113 0.58 0.58 0 0.56 240 0.4 0.32
Hex 30 30 71 3A 3A 0 38 F0 28 20
Octal 60 60 161 72 72 0 70 360 50 40
Binary 110000 110000 1110001 111010 111010 0 111000 11110000 101000 100000

Color Harmonies of #303071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303071

Black with #303071

Text Example


Text Example

White with #303071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303071; }

 p { color: rgb(48,48,113); }

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

background-color css

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

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

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

border-color css

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

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

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