Html Css Color HEX #380352 Blackcurrant

📋 copy color: '#380352'

red 56 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #380352

Tints of Blackcurrant #380352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 39.72%
G = 2.13%
B = 58.16%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380352 (or 0x380352) is known color: Blackcurrant. HEX triplet: 38, 03 and 52. RGB value is (56,3,82). Sum of RGB (Red+Green+Blue) = 56+3+82=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #380352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380352 is #C7FCAD. Grayscale: #1B1B1B. Windows color (decimal): -13106350 or 5374776. OLE color: 5374776.

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

Color convert

RGB 56 3 82 -
CMYK 0.32 0.96 0 0.68
HSL 280.25º 0.93% 0.17% -
HSV(B) 280.25º 0.96% 0.32% -
XYZ 3.19 1.52 8.11 -
YUV 27.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 56 3 82 0.32 0.96 0 0.68 280.25 0.93 0.17
Hex 38 3 52 20 60 0 44 118 5D 11
Octal 70 3 122 40 140 0 104 430 135 21
Binary 111000 11 1010010 100000 1100000 0 1000100 100011000 1011101 10001

Color Harmonies of #380352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380352

Black with #380352

Text Example


Text Example

White with #380352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380352; }

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

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

background-color css

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

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

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

border-color css

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

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

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