Html Css Color HEX #380A2E Blackberry

📋 copy color: '#380A2E'

red 56 ◦ green 10 ◦ blue 46

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

Shades of Blackberry #380A2E

Tints of Blackberry #380A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.93%

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

R = 50%
G = 8.93%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#380A2E (or 0x380A2E) is known color: Blackberry. HEX triplet: 38, 0A and 2E. RGB value is (56,10,46). Sum of RGB (Red+Green+Blue) = 56+10+46=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A2E is #C7F5D1. Grayscale: #1B1B1B. Windows color (decimal): -13104594 or 3017272. OLE color: 3017272.

HSL color Cylindrical-coordinate representation of color #380A2E: hue angle of 313.04º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A2E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 46 -
CMYK 0 0.82 0.18 0.78
HSL 313.04º 0.7% 0.13% -
HSV(B) 313.04º 0.82% 0.22% -
XYZ 2.23 1.26 2.71 -
YUV 27.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 56 10 46 0 0.82 0.18 0.78 313.04 0.7 0.13
Hex 38 A 2E 0 52 12 4E 139 46 D
Octal 70 12 56 0 122 22 116 471 106 15
Binary 111000 1010 101110 0 1010010 10010 1001110 100111001 1000110 1101

Color Harmonies of #380A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A2E

Black with #380A2E

Text Example


Text Example

White with #380A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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