Html Css Color HEX #380953 Blackcurrant

📋 copy color: '#380953'

red 56 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #380953

Tints of Blackcurrant #380953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 37.84%
G = 6.08%
B = 56.08%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380953 (or 0x380953) is known color: Blackcurrant. HEX triplet: 38, 09 and 53. RGB value is (56,9,83). Sum of RGB (Red+Green+Blue) = 56+9+83=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #380953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380953 is #C7F6AC. Grayscale: #1F1F1F. Windows color (decimal): -13104813 or 5441848. OLE color: 5441848.

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

Color convert

RGB 56 9 83 -
CMYK 0.33 0.89 0 0.67
HSL 278.11º 0.8% 0.18% -
HSV(B) 278.11º 0.89% 0.33% -
XYZ 3.29 1.66 8.33 -
YUV 31.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 56 9 83 0.33 0.89 0 0.67 278.11 0.8 0.18
Hex 38 9 53 21 59 0 43 116 50 12
Octal 70 11 123 41 131 0 103 426 120 22
Binary 111000 1001 1010011 100001 1011001 0 1000011 100010110 1010000 10010

Color Harmonies of #380953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380953

Black with #380953

Text Example


Text Example

White with #380953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380953; }

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

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

background-color css

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

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

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

border-color css

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

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

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