Html Css Color HEX #373271 Deep Koamaru

📋 copy color: '#373271'

red 55 ◦ green 50 ◦ blue 113

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

Shades of Deep Koamaru #373271

Tints of Deep Koamaru #373271

RGB

 RED value IS 55 (21.88% from 255) = 25.23%

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 25.23%
G = 22.94%
B = 51.83%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373271 (or 0x373271) is known color: Deep Koamaru. HEX triplet: 37, 32 and 71. RGB value is (55,50,113). Sum of RGB (Red+Green+Blue) = 55+50+113=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #373271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373271 is #C8CD8E. Grayscale: #3A3A3A. Windows color (decimal): -13159823 or 7418423. OLE color: 7418423.

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

Color convert

RGB 55 50 113 -
CMYK 0.51 0.56 0 0.56
HSL 244.76º 0.39% 0.32% -
HSV(B) 244.76º 0.56% 0.44% -
XYZ 5.7 4.29 16.15 -
YUV 58.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 55 50 113 0.51 0.56 0 0.56 244.76 0.39 0.32
Hex 37 32 71 33 38 0 38 F5 27 20
Octal 67 62 161 63 70 0 70 365 47 40
Binary 110111 110010 1110001 110011 111000 0 111000 11110101 100111 100000

Color Harmonies of #373271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373271

Black with #373271

Text Example


Text Example

White with #373271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373271; }

 p { color: rgb(55,50,113); }

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

background-color css

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

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

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

border-color css

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

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

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