Html Css Color HEX #381152 Blackcurrant

📋 copy color: '#381152'

red 56 ◦ green 17 ◦ blue 82

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

Shades of Blackcurrant #381152

Tints of Blackcurrant #381152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 36.13%
G = 10.97%
B = 52.9%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381152 (or 0x381152) is known color: Blackcurrant. HEX triplet: 38, 11 and 52. RGB value is (56,17,82). Sum of RGB (Red+Green+Blue) = 56+17+82=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #381152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381152 is #C7EEAD. Grayscale: #232323. Windows color (decimal): -13102766 or 5378360. OLE color: 5378360.

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

Color convert

RGB 56 17 82 -
CMYK 0.32 0.79 0 0.68
HSL 276º 0.66% 0.19% -
HSV(B) 276º 0.79% 0.32% -
XYZ 3.35 1.85 8.16 -
YUV 36.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 56 17 82 0.32 0.79 0 0.68 276 0.66 0.19
Hex 38 11 52 20 4F 0 44 114 42 13
Octal 70 21 122 40 117 0 104 424 102 23
Binary 111000 10001 1010010 100000 1001111 0 1000100 100010100 1000010 10011

Color Harmonies of #381152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381152

Black with #381152

Text Example


Text Example

White with #381152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381152; }

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

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

background-color css

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

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

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

border-color css

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

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

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