Html Css Color HEX #380241 Blackcurrant

📋 copy color: '#380241'

red 56 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #380241

Tints of Blackcurrant #380241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 45.53%
G = 1.63%
B = 52.85%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380241 (or 0x380241) is known color: Blackcurrant. HEX triplet: 38, 02 and 41. RGB value is (56,2,65). Sum of RGB (Red+Green+Blue) = 56+2+65=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #380241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380241 is #C7FDBE. Grayscale: #191919. Windows color (decimal): -13106623 or 4260408. OLE color: 4260408.

HSL color Cylindrical-coordinate representation of color #380241: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380241 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 2 65 -
CMYK 0.14 0.97 0 0.75
HSL 291.43º 0.94% 0.13% -
HSV(B) 291.43º 0.97% 0.25% -
XYZ 2.61 1.27 5.11 -
YUV 25.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 56 2 65 0.14 0.97 0 0.75 291.43 0.94 0.13
Hex 38 2 41 E 61 0 4B 123 5E D
Octal 70 2 101 16 141 0 113 443 136 15
Binary 111000 10 1000001 1110 1100001 0 1001011 100100011 1011110 1101

Color Harmonies of #380241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380241

Black with #380241

Text Example


Text Example

White with #380241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380241; }

 p { color: rgb(56,2,65); }

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

background-color css

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

 a { background-color: rgb(56,2,65); }

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

border-color css

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

 span { border-color: rgb(56,2,65); }

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