Html Css Color HEX #380452 Blackcurrant

📋 copy color: '#380452'

red 56 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #380452

Tints of Blackcurrant #380452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

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

R = 39.44%
G = 2.82%
B = 57.75%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#380452 (or 0x380452) is known color: Blackcurrant. HEX triplet: 38, 04 and 52. RGB value is (56,4,82). Sum of RGB (Red+Green+Blue) = 56+4+82=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #380452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380452 is #C7FBAD. Grayscale: #1C1C1C. Windows color (decimal): -13106094 or 5375032. OLE color: 5375032.

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

Color convert

RGB 56 4 82 -
CMYK 0.32 0.95 0 0.68
HSL 280º 0.91% 0.17% -
HSV(B) 280º 0.95% 0.32% -
XYZ 3.2 1.54 8.11 -
YUV 28.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 56 4 82 0.32 0.95 0 0.68 280 0.91 0.17
Hex 38 4 52 20 5F 0 44 118 5B 11
Octal 70 4 122 40 137 0 104 430 133 21
Binary 111000 100 1010010 100000 1011111 0 1000100 100011000 1011011 10001

Color Harmonies of #380452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380452

Black with #380452

Text Example


Text Example

White with #380452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380452; }

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

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

background-color css

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

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

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

border-color css

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

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

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