Html Css Color HEX #380140 Blackcurrant

📋 copy color: '#380140'

red 56 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #380140

Tints of Blackcurrant #380140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 46.28%
G = 0.83%
B = 52.89%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380140 (or 0x380140) is known color: Blackcurrant. HEX triplet: 38, 01 and 40. RGB value is (56,1,64). Sum of RGB (Red+Green+Blue) = 56+1+64=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #380140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380140 is #C7FEBF. Grayscale: #181818. Windows color (decimal): -13106880 or 4194616. OLE color: 4194616.

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

Color convert

RGB 56 1 64 -
CMYK 0.13 0.98 0 0.75
HSL 292.38º 0.97% 0.13% -
HSV(B) 292.38º 0.98% 0.25% -
XYZ 2.57 1.23 4.95 -
YUV 24.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 56 1 64 0.13 0.98 0 0.75 292.38 0.97 0.13
Hex 38 1 40 D 62 0 4B 124 61 D
Octal 70 1 100 15 142 0 113 444 141 15
Binary 111000 1 1000000 1101 1100010 0 1001011 100100100 1100001 1101

Color Harmonies of #380140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380140

Black with #380140

Text Example


Text Example

White with #380140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380140; }

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

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

background-color css

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

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

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

border-color css

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

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

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