Html Css Color HEX #380240 Blackcurrant

📋 copy color: '#380240'

red 56 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #380240

Tints of Blackcurrant #380240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 52.46%

R = 45.9%
G = 1.64%
B = 52.46%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380240 (or 0x380240) is known color: Blackcurrant. HEX triplet: 38, 02 and 40. RGB value is (56,2,64). Sum of RGB (Red+Green+Blue) = 56+2+64=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #380240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380240 is #C7FDBF. Grayscale: #191919. Windows color (decimal): -13106624 or 4194872. OLE color: 4194872.

HSL color Cylindrical-coordinate representation of color #380240: hue angle of 292.26º 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 #380240 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 2 64 -
CMYK 0.13 0.97 0 0.75
HSL 292.26º 0.94% 0.13% -
HSV(B) 292.26º 0.97% 0.25% -
XYZ 2.58 1.25 4.96 -
YUV 25.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 56 2 64 0.13 0.97 0 0.75 292.26 0.94 0.13
Hex 38 2 40 D 61 0 4B 124 5E D
Octal 70 2 100 15 141 0 113 444 136 15
Binary 111000 10 1000000 1101 1100001 0 1001011 100100100 1011110 1101

Color Harmonies of #380240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380240

Black with #380240

Text Example


Text Example

White with #380240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380240; }

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

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

background-color css

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

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

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

border-color css

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

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

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