Html Css Color HEX #381840 Blackcurrant

📋 copy color: '#381840'

red 56 ◦ green 24 ◦ blue 64

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

Shades of Blackcurrant #381840

Tints of Blackcurrant #381840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 38.89%
G = 16.67%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381840 (or 0x381840) is known color: Blackcurrant. HEX triplet: 38, 18 and 40. RGB value is (56,24,64). Sum of RGB (Red+Green+Blue) = 56+24+64=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #381840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381840 is #C7E7BF. Grayscale: #262626. Windows color (decimal): -13100992 or 4200504. OLE color: 4200504.

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

Color convert

RGB 56 24 64 -
CMYK 0.13 0.62 0 0.75
HSL 288º 0.45% 0.17% -
HSV(B) 288º 0.63% 0.25% -
XYZ 2.88 1.86 5.06 -
YUV 38.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 56 24 64 0.13 0.62 0 0.75 288 0.45 0.17
Hex 38 18 40 D 3E 0 4B 120 2D 11
Octal 70 30 100 15 76 0 113 440 55 21
Binary 111000 11000 1000000 1101 111110 0 1001011 100100000 101101 10001

Color Harmonies of #381840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381840

Black with #381840

Text Example


Text Example

White with #381840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381840; }

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

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

background-color css

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

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

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

border-color css

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

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

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