Html Css Color HEX #38132E Blackberry

📋 copy color: '#38132E'

red 56 ◦ green 19 ◦ blue 46

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

Shades of Blackberry #38132E

Tints of Blackberry #38132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 46 (18.36% from 255) = 38.02%

R = 46.28%
G = 15.7%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38132E (or 0x38132E) is known color: Blackberry. HEX triplet: 38, 13 and 2E. RGB value is (56,19,46). Sum of RGB (Red+Green+Blue) = 56+19+46=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132E is #C7ECD1. Grayscale: #212121. Windows color (decimal): -13102290 or 3019576. OLE color: 3019576.

HSL color Cylindrical-coordinate representation of color #38132E: hue angle of 316.22º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38132E is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 46 -
CMYK 0 0.66 0.18 0.78
HSL 316.22º 0.49% 0.15% -
HSV(B) 316.22º 0.66% 0.22% -
XYZ 2.36 1.5 2.75 -
YUV 33.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 56 19 46 0 0.66 0.18 0.78 316.22 0.49 0.15
Hex 38 13 2E 0 42 12 4E 13C 31 F
Octal 70 23 56 0 102 22 116 474 61 17
Binary 111000 10011 101110 0 1000010 10010 1001110 100111100 110001 1111

Color Harmonies of #38132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38132E

Black with #38132E

Text Example


Text Example

White with #38132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,19,46); }

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

background-color css

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

 a { background-color: rgb(56,19,46); }

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

border-color css

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

 span { border-color: rgb(56,19,46); }

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