Html Css Color HEX #380546 Blackcurrant

📋 copy color: '#380546'

red 56 ◦ green 5 ◦ blue 70

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

Shades of Blackcurrant #380546

Tints of Blackcurrant #380546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 70 (27.73% from 255) = 53.44%

R = 42.75%
G = 3.82%
B = 53.44%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380546 (or 0x380546) is known color: Blackcurrant. HEX triplet: 38, 05 and 46. RGB value is (56,5,70). Sum of RGB (Red+Green+Blue) = 56+5+70=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #380546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380546 is #C7FAB9. Grayscale: #1B1B1B. Windows color (decimal): -13105850 or 4588856. OLE color: 4588856.

HSL color Cylindrical-coordinate representation of color #380546: hue angle of 287.08º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380546 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 5 70 -
CMYK 0.20 0.93 0 0.73
HSL 287.08º 0.87% 0.15% -
HSV(B) 287.08º 0.93% 0.27% -
XYZ 2.79 1.39 5.92 -
YUV 27.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 56 5 70 0.20 0.93 0 0.73 287.08 0.87 0.15
Hex 38 5 46 14 5D 0 49 11F 57 F
Octal 70 5 106 24 135 0 111 437 127 17
Binary 111000 101 1000110 10100 1011101 0 1001001 100011111 1010111 1111

Color Harmonies of #380546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380546

Black with #380546

Text Example


Text Example

White with #380546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380546; }

 p { color: rgb(56,5,70); }

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

background-color css

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

 a { background-color: rgb(56,5,70); }

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

border-color css

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

 span { border-color: rgb(56,5,70); }

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