Html Css Color HEX #380545 Blackcurrant

📋 copy color: '#380545'

red 56 ◦ green 5 ◦ blue 69

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

Shades of Blackcurrant #380545

Tints of Blackcurrant #380545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 53.08%

R = 43.08%
G = 3.85%
B = 53.08%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380545 (or 0x380545) is known color: Blackcurrant. HEX triplet: 38, 05 and 45. RGB value is (56,5,69). Sum of RGB (Red+Green+Blue) = 56+5+69=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #380545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380545 is #C7FABA. Grayscale: #1B1B1B. Windows color (decimal): -13105851 or 4523320. OLE color: 4523320.

HSL color Cylindrical-coordinate representation of color #380545: hue angle of 287.81º degrees, saturation: 0.86, 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 #380545 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 5 69 -
CMYK 0.19 0.93 0 0.73
HSL 287.81º 0.86% 0.15% -
HSV(B) 287.81º 0.93% 0.27% -
XYZ 2.76 1.38 5.75 -
YUV 27.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 56 5 69 0.19 0.93 0 0.73 287.81 0.86 0.15
Hex 38 5 45 13 5D 0 49 120 56 F
Octal 70 5 105 23 135 0 111 440 126 17
Binary 111000 101 1000101 10011 1011101 0 1001001 100100000 1010110 1111

Color Harmonies of #380545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380545

Black with #380545

Text Example


Text Example

White with #380545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380545; }

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

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

background-color css

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

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

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

border-color css

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

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

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