Html Css Color HEX #381440 Blackcurrant

📋 copy color: '#381440'

red 56 ◦ green 20 ◦ blue 64

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

Shades of Blackcurrant #381440

Tints of Blackcurrant #381440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 40%
G = 14.29%
B = 45.71%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381440 (or 0x381440) is known color: Blackcurrant. HEX triplet: 38, 14 and 40. RGB value is (56,20,64). Sum of RGB (Red+Green+Blue) = 56+20+64=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #381440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381440 is #C7EBBF. Grayscale: #232323. Windows color (decimal): -13102016 or 4199480. OLE color: 4199480.

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

Color convert

RGB 56 20 64 -
CMYK 0.13 0.69 0 0.75
HSL 289.09º 0.52% 0.16% -
HSV(B) 289.09º 0.69% 0.25% -
XYZ 2.81 1.71 5.03 -
YUV 35.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 56 20 64 0.13 0.69 0 0.75 289.09 0.52 0.16
Hex 38 14 40 D 45 0 4B 121 34 10
Octal 70 24 100 15 105 0 113 441 64 20
Binary 111000 10100 1000000 1101 1000101 0 1001011 100100001 110100 10000

Color Harmonies of #381440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381440

Black with #381440

Text Example


Text Example

White with #381440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381440; }

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

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

background-color css

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

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

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

border-color css

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

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

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