Html Css Color HEX #381253 Blackcurrant

📋 copy color: '#381253'

red 56 ◦ green 18 ◦ blue 83

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

Shades of Blackcurrant #381253

Tints of Blackcurrant #381253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 35.67%
G = 11.46%
B = 52.87%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#381253 (or 0x381253) is known color: Blackcurrant. HEX triplet: 38, 12 and 53. RGB value is (56,18,83). Sum of RGB (Red+Green+Blue) = 56+18+83=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #381253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381253 is #C7EDAC. Grayscale: #242424. Windows color (decimal): -13102509 or 5444152. OLE color: 5444152.

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

Color convert

RGB 56 18 83 -
CMYK 0.33 0.78 0 0.67
HSL 275.08º 0.64% 0.2% -
HSV(B) 275.08º 0.78% 0.33% -
XYZ 3.41 1.9 8.37 -
YUV 36.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 56 18 83 0.33 0.78 0 0.67 275.08 0.64 0.2
Hex 38 12 53 21 4E 0 43 113 40 14
Octal 70 22 123 41 116 0 103 423 100 24
Binary 111000 10010 1010011 100001 1001110 0 1000011 100010011 1000000 10100

Color Harmonies of #381253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381253

Black with #381253

Text Example


Text Example

White with #381253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381253; }

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

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

background-color css

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

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

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

border-color css

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

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

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