Html Css Color HEX #381C4B Blackcurrant

📋 copy color: '#381C4B'

red 56 ◦ green 28 ◦ blue 75

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

Shades of Blackcurrant #381C4B

Tints of Blackcurrant #381C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

 BLUE value IS 75 (29.69% from 255) = 47.17%

R = 35.22%
G = 17.61%
B = 47.17%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381C4B (or 0x381C4B) is known color: Blackcurrant. HEX triplet: 38, 1C and 4B. RGB value is (56,28,75). Sum of RGB (Red+Green+Blue) = 56+28+75=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #381C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C4B is #C7E3B4. Grayscale: #292929. Windows color (decimal): -13099957 or 4922424. OLE color: 4922424.

HSL color Cylindrical-coordinate representation of color #381C4B: hue angle of 275.74º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #381C4B is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 28 75 -
CMYK 0.25 0.63 0 0.71
HSL 275.74º 0.46% 0.2% -
HSV(B) 275.74º 0.63% 0.29% -
XYZ 3.32 2.18 6.9 -
YUV 41.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 56 28 75 0.25 0.63 0 0.71 275.74 0.46 0.2
Hex 38 1C 4B 19 3F 0 47 114 2E 14
Octal 70 34 113 31 77 0 107 424 56 24
Binary 111000 11100 1001011 11001 111111 0 1000111 100010100 101110 10100

Color Harmonies of #381C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C4B

Black with #381C4B

Text Example


Text Example

White with #381C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C4B; }

 p { color: rgb(56,28,75); }

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

background-color css

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

 a { background-color: rgb(56,28,75); }

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

border-color css

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

 span { border-color: rgb(56,28,75); }

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