Html Css Color HEX #38153F Blackcurrant

📋 copy color: '#38153F'

red 56 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #38153F

Tints of Blackcurrant #38153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 63 (25% from 255) = 45%

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38153F (or 0x38153F) is known color: Blackcurrant. HEX triplet: 38, 15 and 3F. RGB value is (56,21,63). Sum of RGB (Red+Green+Blue) = 56+21+63=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #38153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38153F is #C7EAC0. Grayscale: #242424. Windows color (decimal): -13101761 or 4134200. OLE color: 4134200.

HSL color Cylindrical-coordinate representation of color #38153F: hue angle of 290º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38153F is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 21 63 -
CMYK 0.11 0.67 0 0.75
HSL 290º 0.5% 0.16% -
HSV(B) 290º 0.67% 0.25% -
XYZ 2.8 1.74 4.89 -
YUV 36.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 56 21 63 0.11 0.67 0 0.75 290 0.5 0.16
Hex 38 15 3F B 43 0 4B 122 32 10
Octal 70 25 77 13 103 0 113 442 62 20
Binary 111000 10101 111111 1011 1000011 0 1001011 100100010 110010 10000

Color Harmonies of #38153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38153F

Black with #38153F

Text Example


Text Example

White with #38153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38153F; }

 p { color: rgb(56,21,63); }

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

background-color css

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

 a { background-color: rgb(56,21,63); }

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

border-color css

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

 span { border-color: rgb(56,21,63); }

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