Html Css Color HEX #380153 Blackcurrant

📋 copy color: '#380153'

red 56 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #380153

Tints of Blackcurrant #380153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 40%
G = 0.71%
B = 59.29%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380153 (or 0x380153) is known color: Blackcurrant. HEX triplet: 38, 01 and 53. RGB value is (56,1,83). Sum of RGB (Red+Green+Blue) = 56+1+83=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #380153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380153 is #C7FEAC. Grayscale: #1A1A1A. Windows color (decimal): -13106861 or 5439800. OLE color: 5439800.

HSL color Cylindrical-coordinate representation of color #380153: hue angle of 280.24º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380153 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 1 83 -
CMYK 0.33 0.99 0 0.67
HSL 280.24º 0.98% 0.16% -
HSV(B) 280.24º 0.99% 0.33% -
XYZ 3.2 1.49 8.3 -
YUV 26.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 56 1 83 0.33 0.99 0 0.67 280.24 0.98 0.16
Hex 38 1 53 21 63 0 43 118 62 10
Octal 70 1 123 41 143 0 103 430 142 20
Binary 111000 1 1010011 100001 1100011 0 1000011 100011000 1100010 10000

Color Harmonies of #380153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380153

Black with #380153

Text Example


Text Example

White with #380153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380153; }

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

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

background-color css

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

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

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

border-color css

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

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

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