Html Css Color HEX #38213E Blackcurrant

📋 copy color: '#38213E'

red 56 ◦ green 33 ◦ blue 62

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

Shades of Blackcurrant #38213E

Tints of Blackcurrant #38213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

 BLUE value IS 62 (24.61% from 255) = 41.06%

R = 37.09%
G = 21.85%
B = 41.06%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38213E (or 0x38213E) is known color: Blackcurrant. HEX triplet: 38, 21 and 3E. RGB value is (56,33,62). Sum of RGB (Red+Green+Blue) = 56+33+62=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #38213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38213E is #C7DEC1. Grayscale: #2B2B2B. Windows color (decimal): -13098690 or 4071736. OLE color: 4071736.

HSL color Cylindrical-coordinate representation of color #38213E: hue angle of 287.59º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38213E is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 33 62 -
CMYK 0.10 0.47 0 0.76
HSL 287.59º 0.31% 0.19% -
HSV(B) 287.59º 0.47% 0.24% -
XYZ 3.04 2.28 4.84 -
YUV 43.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 56 33 62 0.10 0.47 0 0.76 287.59 0.31 0.19
Hex 38 21 3E A 2F 0 4C 120 1F 13
Octal 70 41 76 12 57 0 114 440 37 23
Binary 111000 100001 111110 1010 101111 0 1001100 100100000 11111 10011

Color Harmonies of #38213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38213E

Black with #38213E

Text Example


Text Example

White with #38213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38213E; }

 p { color: rgb(56,33,62); }

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

background-color css

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

 a { background-color: rgb(56,33,62); }

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

border-color css

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

 span { border-color: rgb(56,33,62); }

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