Html Css Color HEX #382341 Blackcurrant

📋 copy color: '#382341'

red 56 ◦ green 35 ◦ blue 65

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

Shades of Blackcurrant #382341

Tints of Blackcurrant #382341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 35.9%
G = 22.44%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382341 (or 0x382341) is known color: Blackcurrant. HEX triplet: 38, 23 and 41. RGB value is (56,35,65). Sum of RGB (Red+Green+Blue) = 56+35+65=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #382341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382341 is #C7DCBE. Grayscale: #2C2C2C. Windows color (decimal): -13098175 or 4268856. OLE color: 4268856.

HSL color Cylindrical-coordinate representation of color #382341: hue angle of 282º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #382341 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 35 65 -
CMYK 0.14 0.46 0 0.75
HSL 282º 0.3% 0.2% -
HSV(B) 282º 0.46% 0.25% -
XYZ 3.19 2.42 5.3 -
YUV 44.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 56 35 65 0.14 0.46 0 0.75 282 0.3 0.2
Hex 38 23 41 E 2E 0 4B 11A 1E 14
Octal 70 43 101 16 56 0 113 432 36 24
Binary 111000 100011 1000001 1110 101110 0 1001011 100011010 11110 10100

Color Harmonies of #382341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382341

Black with #382341

Text Example


Text Example

White with #382341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382341; }

 p { color: rgb(56,35,65); }

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

background-color css

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

 a { background-color: rgb(56,35,65); }

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

border-color css

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

 span { border-color: rgb(56,35,65); }

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