Html Css Color HEX #380A53 Blackcurrant

📋 copy color: '#380A53'

red 56 ◦ green 10 ◦ blue 83

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

Shades of Blackcurrant #380A53

Tints of Blackcurrant #380A53

RGB

 RED value IS 56 (22.27% from 255) = 37.58%

 GREEN value IS 10 (4.3% from 255) = 6.71%

 BLUE value IS 83 (32.81% from 255) = 55.7%

R = 37.58%
G = 6.71%
B = 55.7%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380A53 (or 0x380A53) is known color: Blackcurrant. HEX triplet: 38, 0A and 53. RGB value is (56,10,83). Sum of RGB (Red+Green+Blue) = 56+10+83=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #380A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380A53 is #C7F5AC. Grayscale: #1F1F1F. Windows color (decimal): -13104557 or 5442104. OLE color: 5442104.

HSL color Cylindrical-coordinate representation of color #380A53: hue angle of 277.81º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380A53 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 10 83 -
CMYK 0.33 0.88 0 0.67
HSL 277.81º 0.78% 0.18% -
HSV(B) 277.81º 0.88% 0.33% -
XYZ 3.3 1.68 8.33 -
YUV 32.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 56 10 83 0.33 0.88 0 0.67 277.81 0.78 0.18
Hex 38 A 53 21 58 0 43 116 4E 12
Octal 70 12 123 41 130 0 103 426 116 22
Binary 111000 1010 1010011 100001 1011000 0 1000011 100010110 1001110 10010

Color Harmonies of #380A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A53

Black with #380A53

Text Example


Text Example

White with #380A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A53; }

 p { color: rgb(56,10,83); }

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

background-color css

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

 a { background-color: rgb(56,10,83); }

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

border-color css

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

 span { border-color: rgb(56,10,83); }

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