Html Css Color HEX #380343 Blackcurrant

📋 copy color: '#380343'

red 56 ◦ green 3 ◦ blue 67

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

Shades of Blackcurrant #380343

Tints of Blackcurrant #380343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

 BLUE value IS 67 (26.56% from 255) = 53.17%

R = 44.44%
G = 2.38%
B = 53.17%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#380343 (or 0x380343) is known color: Blackcurrant. HEX triplet: 38, 03 and 43. RGB value is (56,3,67). Sum of RGB (Red+Green+Blue) = 56+3+67=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #380343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380343 is #C7FCBC. Grayscale: #191919. Windows color (decimal): -13106365 or 4391736. OLE color: 4391736.

HSL color Cylindrical-coordinate representation of color #380343: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380343 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 3 67 -
CMYK 0.16 0.96 0 0.74
HSL 289.69º 0.91% 0.14% -
HSV(B) 289.69º 0.96% 0.26% -
XYZ 2.68 1.31 5.42 -
YUV 26.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 56 3 67 0.16 0.96 0 0.74 289.69 0.91 0.14
Hex 38 3 43 10 60 0 4A 122 5B E
Octal 70 3 103 20 140 0 112 442 133 16
Binary 111000 11 1000011 10000 1100000 0 1001010 100100010 1011011 1110

Color Harmonies of #380343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380343

Black with #380343

Text Example


Text Example

White with #380343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380343; }

 p { color: rgb(56,3,67); }

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

background-color css

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

 a { background-color: rgb(56,3,67); }

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

border-color css

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

 span { border-color: rgb(56,3,67); }

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