Html Css Color HEX #381F2E Blackberry

📋 copy color: '#381F2E'

red 56 ◦ green 31 ◦ blue 46

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

Shades of Blackberry #381F2E

Tints of Blackberry #381F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.31%

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

R = 42.11%
G = 23.31%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#381F2E (or 0x381F2E) is known color: Blackberry. HEX triplet: 38, 1F and 2E. RGB value is (56,31,46). Sum of RGB (Red+Green+Blue) = 56+31+46=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F2E is #C7E0D1. Grayscale: #282828. Windows color (decimal): -13099218 or 3022648. OLE color: 3022648.

HSL color Cylindrical-coordinate representation of color #381F2E: hue angle of 324º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F2E is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 46 -
CMYK 0 0.45 0.18 0.78
HSL 324º 0.29% 0.17% -
HSV(B) 324º 0.45% 0.22% -
XYZ 2.61 2.02 2.84 -
YUV 40.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 56 31 46 0 0.45 0.18 0.78 324 0.29 0.17
Hex 38 1F 2E 0 2D 12 4E 144 1D 11
Octal 70 37 56 0 55 22 116 504 35 21
Binary 111000 11111 101110 0 101101 10010 1001110 101000100 11101 10001

Color Harmonies of #381F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F2E

Black with #381F2E

Text Example


Text Example

White with #381F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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