Html Css Color HEX #381020 Blackberry

📋 copy color: '#381020'

red 56 ◦ green 16 ◦ blue 32

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

Shades of Blackberry #381020

Tints of Blackberry #381020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 53.85%
G = 15.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#381020 (or 0x381020) is known color: Blackberry. HEX triplet: 38, 10 and 20. RGB value is (56,16,32). Sum of RGB (Red+Green+Blue) = 56+16+32=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381020 is #C7EFDF. Grayscale: #1D1D1D. Windows color (decimal): -13103072 or 2101304. OLE color: 2101304.

HSL color Cylindrical-coordinate representation of color #381020: hue angle of 336º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381020 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 16 32 -
CMYK 0 0.71 0.43 0.78
HSL 336º 0.56% 0.14% -
HSV(B) 336º 0.71% 0.22% -
XYZ 2.08 1.32 1.51 -
YUV 29.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 56 16 32 0 0.71 0.43 0.78 336 0.56 0.14
Hex 38 10 20 0 47 2B 4E 150 38 E
Octal 70 20 40 0 107 53 116 520 70 16
Binary 111000 10000 100000 0 1000111 101011 1001110 101010000 111000 1110

Color Harmonies of #381020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381020

Black with #381020

Text Example


Text Example

White with #381020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381020; }

 p { color: rgb(56,16,32); }

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

background-color css

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

 a { background-color: rgb(56,16,32); }

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

border-color css

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

 span { border-color: rgb(56,16,32); }

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