Html Css Color HEX #380453 Blackcurrant

📋 copy color: '#380453'

red 56 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #380453

Tints of Blackcurrant #380453

RGB

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

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

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

R = 39.16%
G = 2.8%
B = 58.04%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#380453 (or 0x380453) is known color: Blackcurrant. HEX triplet: 38, 04 and 53. RGB value is (56,4,83). Sum of RGB (Red+Green+Blue) = 56+4+83=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #380453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380453 is #C7FBAC. Grayscale: #1C1C1C. Windows color (decimal): -13106093 or 5440568. OLE color: 5440568.

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

Color convert

RGB 56 4 83 -
CMYK 0.33 0.95 0 0.67
HSL 279.49º 0.91% 0.17% -
HSV(B) 279.49º 0.95% 0.33% -
XYZ 3.24 1.55 8.31 -
YUV 28.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 56 4 83 0.33 0.95 0 0.67 279.49 0.91 0.17
Hex 38 4 53 21 5F 0 43 117 5B 11
Octal 70 4 123 41 137 0 103 427 133 21
Binary 111000 100 1010011 100001 1011111 0 1000011 100010111 1011011 10001

Color Harmonies of #380453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380453

Black with #380453

Text Example


Text Example

White with #380453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380453; }

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

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

background-color css

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

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

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

border-color css

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

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

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