Html Css Color HEX #381153 Blackcurrant

📋 copy color: '#381153'

red 56 ◦ green 17 ◦ blue 83

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

Shades of Blackcurrant #381153

Tints of Blackcurrant #381153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 35.9%
G = 10.9%
B = 53.21%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#381153 (or 0x381153) is known color: Blackcurrant. HEX triplet: 38, 11 and 53. RGB value is (56,17,83). Sum of RGB (Red+Green+Blue) = 56+17+83=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #381153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381153 is #C7EEAC. Grayscale: #232323. Windows color (decimal): -13102765 or 5443896. OLE color: 5443896.

HSL color Cylindrical-coordinate representation of color #381153: hue angle of 275.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381153 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 17 83 -
CMYK 0.33 0.80 0 0.67
HSL 275.45º 0.66% 0.2% -
HSV(B) 275.45º 0.8% 0.33% -
XYZ 3.39 1.87 8.37 -
YUV 36.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 56 17 83 0.33 0.80 0 0.67 275.45 0.66 0.2
Hex 38 11 53 21 50 0 43 113 42 14
Octal 70 21 123 41 120 0 103 423 102 24
Binary 111000 10001 1010011 100001 1010000 0 1000011 100010011 1000010 10100

Color Harmonies of #381153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381153

Black with #381153

Text Example


Text Example

White with #381153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381153; }

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

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

background-color css

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

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

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

border-color css

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

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

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