Html Css Color HEX #381352 Blackcurrant

📋 copy color: '#381352'

red 56 ◦ green 19 ◦ blue 82

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

Shades of Blackcurrant #381352

Tints of Blackcurrant #381352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 82 (32.42% from 255) = 52.23%

R = 35.67%
G = 12.1%
B = 52.23%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381352 (or 0x381352) is known color: Blackcurrant. HEX triplet: 38, 13 and 52. RGB value is (56,19,82). Sum of RGB (Red+Green+Blue) = 56+19+82=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #381352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381352 is #C7ECAD. Grayscale: #252525. Windows color (decimal): -13102254 or 5378872. OLE color: 5378872.

HSL color Cylindrical-coordinate representation of color #381352: hue angle of 275.24º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381352 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 19 82 -
CMYK 0.32 0.77 0 0.68
HSL 275.24º 0.62% 0.2% -
HSV(B) 275.24º 0.77% 0.32% -
XYZ 3.39 1.92 8.17 -
YUV 37.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 56 19 82 0.32 0.77 0 0.68 275.24 0.62 0.2
Hex 38 13 52 20 4D 0 44 113 3E 14
Octal 70 23 122 40 115 0 104 423 76 24
Binary 111000 10011 1010010 100000 1001101 0 1000100 100010011 111110 10100

Color Harmonies of #381352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381352

Black with #381352

Text Example


Text Example

White with #381352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381352; }

 p { color: rgb(56,19,82); }

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

background-color css

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

 a { background-color: rgb(56,19,82); }

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

border-color css

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

 span { border-color: rgb(56,19,82); }

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