Html Css Color HEX #381252 Blackcurrant

📋 copy color: '#381252'

red 56 ◦ green 18 ◦ blue 82

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

Shades of Blackcurrant #381252

Tints of Blackcurrant #381252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 35.9%
G = 11.54%
B = 52.56%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381252 (or 0x381252) is known color: Blackcurrant. HEX triplet: 38, 12 and 52. RGB value is (56,18,82). Sum of RGB (Red+Green+Blue) = 56+18+82=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #381252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381252 is #C7EDAD. Grayscale: #242424. Windows color (decimal): -13102510 or 5378616. OLE color: 5378616.

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

Color convert

RGB 56 18 82 -
CMYK 0.32 0.78 0 0.68
HSL 275.63º 0.64% 0.2% -
HSV(B) 275.63º 0.78% 0.32% -
XYZ 3.37 1.88 8.17 -
YUV 36.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 56 18 82 0.32 0.78 0 0.68 275.63 0.64 0.2
Hex 38 12 52 20 4E 0 44 114 40 14
Octal 70 22 122 40 116 0 104 424 100 24
Binary 111000 10010 1010010 100000 1001110 0 1000100 100010100 1000000 10100

Color Harmonies of #381252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381252

Black with #381252

Text Example


Text Example

White with #381252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381252; }

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

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

background-color css

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

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

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

border-color css

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

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

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