Html Css Color HEX #382243 Blackcurrant

📋 copy color: '#382243'

red 56 ◦ green 34 ◦ blue 67

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

Shades of Blackcurrant #382243

Tints of Blackcurrant #382243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 35.67%
G = 21.66%
B = 42.68%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382243 (or 0x382243) is known color: Blackcurrant. HEX triplet: 38, 22 and 43. RGB value is (56,34,67). Sum of RGB (Red+Green+Blue) = 56+34+67=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #382243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382243 is #C7DDBC. Grayscale: #2C2C2C. Windows color (decimal): -13098429 or 4399672. OLE color: 4399672.

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

Color convert

RGB 56 34 67 -
CMYK 0.16 0.49 0 0.74
HSL 280º 0.33% 0.2% -
HSV(B) 280º 0.49% 0.26% -
XYZ 3.22 2.39 5.6 -
YUV 44.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 56 34 67 0.16 0.49 0 0.74 280 0.33 0.2
Hex 38 22 43 10 31 0 4A 118 21 14
Octal 70 42 103 20 61 0 112 430 41 24
Binary 111000 100010 1000011 10000 110001 0 1001010 100011000 100001 10100

Color Harmonies of #382243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382243

Black with #382243

Text Example


Text Example

White with #382243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382243; }

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

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

background-color css

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

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

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

border-color css

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

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

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