Html Css Color HEX #381543 Blackcurrant

📋 copy color: '#381543'

red 56 ◦ green 21 ◦ blue 67

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

Shades of Blackcurrant #381543

Tints of Blackcurrant #381543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 67 (26.56% from 255) = 46.53%

R = 38.89%
G = 14.58%
B = 46.53%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381543 (or 0x381543) is known color: Blackcurrant. HEX triplet: 38, 15 and 43. RGB value is (56,21,67). Sum of RGB (Red+Green+Blue) = 56+21+67=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #381543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381543 is #C7EABC. Grayscale: #242424. Windows color (decimal): -13101757 or 4396344. OLE color: 4396344.

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

Color convert

RGB 56 21 67 -
CMYK 0.16 0.69 0 0.74
HSL 285.65º 0.52% 0.17% -
HSV(B) 285.65º 0.69% 0.26% -
XYZ 2.91 1.78 5.5 -
YUV 36.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 56 21 67 0.16 0.69 0 0.74 285.65 0.52 0.17
Hex 38 15 43 10 45 0 4A 11E 34 11
Octal 70 25 103 20 105 0 112 436 64 21
Binary 111000 10101 1000011 10000 1000101 0 1001010 100011110 110100 10001

Color Harmonies of #381543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381543

Black with #381543

Text Example


Text Example

White with #381543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381543; }

 p { color: rgb(56,21,67); }

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

background-color css

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

 a { background-color: rgb(56,21,67); }

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

border-color css

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

 span { border-color: rgb(56,21,67); }

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